Moving site from Root to subfolder
-
So, I want to move my wp site – files/directories which are currently under the Root folder under subfolder (e.g. moving from “hmtl” to “html/ABC”. This will make easier to run multisite.
I followed these instructions:
/Giving_WordPress_Its_Own_DirectoryI also the added the following to wp-config.php:
define('WP_HOME','http://example.com/ABC'); define('WP_SITEURL','http://example.com');However, after doing everything mentioned, I receive the following when opening the site:
Warning: require(./wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/content/32/5463532/html/index.php on line 17
Fatal error: require() [function.require]: Failed opening required ‘./wp-blog-header.php’ (include_path=’.:/usr/local/php5/lib/php’) in /home/content/32/5463532/html/index.php on line 17
Any advise, what have I missed?
The topic ‘Moving site from Root to subfolder’ is closed to new replies.