Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Setting up access to admin correctly for a BP network site


Helene Goldberg
Participant

@mmqg

yes I did follow all the steps exactly, and I added the lines to .htcaccess and wp-config.
I just checked my .htcaccess and it looks like this:

# BEGIN WordPress

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).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]

# END WordPress

So everything I added according to tools/network is there. What should I do now? I don’t think it’s the plugins. I already tried that. Where’s the option to show the blogs? I have been going through every single menu item over and over and I cannot find where I switched that off.

Skip to toolbar