Multisite Network Screen Disappeared…
-
I’ve had this MS install working fine, using Storefront from Woo. I went to create a new site today and nowhere can I find the Network Admin screen. When I view “My Sites” I see the main and the one I created a couple weeks ago, so clearly there was Network access at some point, or I wouldn’t have been able to create site #2.
No access to add themes, but the main site (basically unused) is using Twenty-whatever.
I’ve deactivated, by renaming the plugins folder via FTP, all plugins, but still no luck.
When I try to access the /network/wp-admin directly I either end up in the non-Network-looking backend – again with no access to Plugins or Themes, etc., or I’m presented with a “Sorry, you are not allowed to access this page” screen.
Again – everything was clearly working normally otherwise there would be no site #2.
Thanks!
My .htaccess and wp-config info is shown below.
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [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).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]/* Multisite */
define( ‘WP_ALLOW_MULTISITE’, true );
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘www.mycompanygear.net’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);/* That’s all, stop editing! Happy blogging. */
- The topic ‘Multisite Network Screen Disappeared…’ is closed to new replies.