Setup multisite inside a subdirectory as a test site
-
I need to upload my multisite from local server to staging server inside a directory e.g mydomain.com/multisite and all other sites like mydomain.com/multisite/site1, mydomain.com/multisite/site2 and so on.
I couldnt find a definite solution with the changes in wp-config.php and .htaccess file. Anyhow the site main url redirects to wp-signup.php page. See My code below for the example changes I have made.wp-config.php
define(‘DOMAIN_CURRENT_SITE’, ‘www.mydomain.com’);
define(‘PATH_CURRENT_SITE’, ‘/multisite/’);htaccess:
RewriteBase /multisite/and the respective changes to the databases, but the error remains same.
The page I need help with: [log in to see the link]
The topic ‘Setup multisite inside a subdirectory as a test site’ is closed to new replies.