Moving WordPress MU 2.9.2 into a subfolder
-
I’m trying to setup a development copy of a live site and I’m having trouble with what to put in the .htaccess and wp-config.php files.
I’m copying the site from https://www.livedomain.com to dev.devdomain.com/subfolder
I’ve changed my wp-config.php settings to:
$base = ‘/subfolder/’;
define(‘DOMAIN_CURRENT_SITE’, ‘dev.devdomain.com’ );
define(‘PATH_CURRENT_SITE’, ‘/subfolder/’ );and my .htaccess to:
RewriteBase /subfolder/
RewriteRule . /subfolder/index.php [L]I’ve also been through the database and replaced the domains. I’m at a loss now as to what more I need to do. I’m getting the Fatal Error page. Help?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Moving WordPress MU 2.9.2 into a subfolder’ is closed to new replies.