Localhost Multisite Not Creating Additional Sites
-
Hey all,
I’ve just enabled Multisite on my localhost. Super user admin dashboard is working, as is the initially created site, permalinks however are not working on that site, and additional sites can be created but I can’t access them.
I can create additional sites from Sites > Add New menu option but visiting the site or?dashboard yields a 404.
Any thoughts? These are hosted locally on a Mac with MAMP.
Here’s my .htaccess file
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]
Thanks!
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Localhost Multisite Not Creating Additional Sites’ is closed to new replies.