Moving a Root install to its own directory.
-
Hello,
I’ve been following the instructions for Moving a Root install to its own directory.
I believe where I’m going wrong is on step 9 below;
Change the following and save the file. Change the line that says:
require(‘./wp-blog-header.php’);
to the following, using your directory name for the WordPress core files:
require(‘./wordpress/wp-blog-header.php’);My root directory name is argusgazette.com. I’ve amended the line of code to
require(‘.argusgazette.com.php’);and it returns the following error message
Warning: require(.argusgazette.com.php) [function.require]: failed to open stream: No such file or directory in /home/www/argusgazette.com/index.php on line 17
Fatal error: require() [function.require]: Failed opening required ‘.argusgazette.com.php’ (include_path=’.:/usr/local/php5/lib/php’) in /home/www/argusgazette.com/index.php on line 17
Any ideas on how to proceed please?
- The topic ‘Moving a Root install to its own directory.’ is closed to new replies.