• Resolved fearRacious

    (@fearracious)


    Hi,
    Just happen that I can access anymore to our network admin..It was working fine but now seems not.I tried to go https://www.executiveairambulance.com/wp-admin/network/ but it gives me an error of You do not have sufficient permissions to access this page.

    Here is my htaccess

    # BEGIN WordPress
    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]
    
    # END WordPress

    Any idea how to fix it?Tried disabling all plugin by renaming it.But no luck..

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘cant access to the network admin’ is closed to new replies.