Localhost multisite no dashboard for secondary sites
-
Hello again. I’m still can’t get my localhost multisite to show the dashboard on secondary sites. The network shows–my sites appears–and the primary site is functioning. But when I set up a new site through the dashboard it opens unstyled and with no dashboard.
Plugins are OFF
It IS set up for subdirectories, NOT subdomains:
define ( 'SUBDOMAIN_INSTALL', false );
I tried changing the .htaccess code per Andrea’s ebook on setting up multisites to:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L]
Please help! Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Localhost multisite no dashboard for secondary sites’ is closed to new replies.