Hi,
I’ve installed wordpress with its entire content to the subdirectory /wordpress.
I’d like to move everything to root, so that it’s possible to access the site without /wordpress.
I’ve changed the index.php from the wordpress folder to
<?php
define(‘WP_USE_THEMES’, true);
require(‘./wordpress/wp-blog-header.php’);
?>
and copied it to the root folder.
Under wordpress settings I’ve changed the url to:
wordpress address (url):www.domain.com/wordpress
site address (url):www.domain.com
When I open the site now without /wordpress I get two error messages at the bottom of the page?
Thanks for your help.