Title: Can&#039;t Access Multi site Network Admin
Last modified: August 21, 2016

---

# Can't Access Multi site Network Admin

 *  Resolved [StouffvilleDave](https://wordpress.org/support/users/stouffvilledave/)
 * (@stouffvilledave)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/)
 * When logged into my site’s wp-admin dashboard I click on “mySites” then Network
   Admin” it does not load and I get this browser error. “Too many redirects occurred
   trying to open stouffville.com/ap-admin/networkadmin/”
 * Can anyone help. This started out of the blue a week or so ago and I can’t figure
   it out.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/page/2/?output_format=md)

 *  [Matt Pritchett](https://wordpress.org/support/users/mrpritchett/)
 * (@mrpritchett)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/#post-5022635)
 * Have you tried flushing your permalinks (re saving) and do you have any specialized
   redirects at the DNS or server level? I’m assuming you have domain mapping turned
   on?
 *  Thread Starter [StouffvilleDave](https://wordpress.org/support/users/stouffvilledave/)
 * (@stouffvilledave)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/#post-5022700)
 * I flushed the permalinks, there is no redirects and …where do I check that domain
   mapping is on?
 *  Thread Starter [StouffvilleDave](https://wordpress.org/support/users/stouffvilledave/)
 * (@stouffvilledave)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/#post-5022703)
 * If you mean WordPress MU domain mapping, yes I believe it is turned on but access
   to that plugin is through the Network Admin….which I cannot access.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/#post-5022740)
 * > stouffville.com/ap-admin/networkadmin/”
 * Is that the real URL you got?
 *  Thread Starter [StouffvilleDave](https://wordpress.org/support/users/stouffvilledave/)
 * (@stouffvilledave)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/#post-5022779)
 * No that was obviously a typo error.. The url is – stouffville.com/wp-admin/networkadmin
 *  Thread Starter [StouffvilleDave](https://wordpress.org/support/users/stouffvilledave/)
 * (@stouffvilledave)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/#post-5022780)
 * Apparently my fingers were moving too fast Mika. Everything was working fine 
   for months and months and then not and I got the error.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/#post-5022782)
 * networkadmin is actually the weird part.
 * stouffville.com/wp-admin/network is the normal URL.
 * What’s in your .htaccess?
 *  Thread Starter [StouffvilleDave](https://wordpress.org/support/users/stouffvilledave/)
 * (@stouffvilledave)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/#post-5022796)
 * I get the same error when i try stouffville.com/wp-admin/network
 * This is my .htaccess file…
 *     ```
       RewriteEngine On
   
       RewriteCond %{HTTP_HOST} ^stouffville\.com [NC]
       RewriteRule ^(.*)$ http://www.stouffville.com/$1 [L,R=301]
   
       # BEGIN WordPress
   
       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]
   
       # END WordPress
       ```
   
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/#post-5022803)
 * Okay, so if you go to [http://www.stouffville.com/wp-admin/network](http://www.stouffville.com/wp-admin/network)
   is it the same thing?
 * Note: This time I’m forcing the www
 *  Thread Starter [StouffvilleDave](https://wordpress.org/support/users/stouffvilledave/)
 * (@stouffvilledave)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/#post-5022816)
 * Yes, I get the same thing.
    When I type [http://www.stouffville.com/wp-admin/network](http://www.stouffville.com/wp-admin/network)
   In the address bar the domain changes from [http://www.stouffville.com/wp-admin/network](http://www.stouffville.com/wp-admin/network)
   to [http://stouffville.com/wp-admin/network](http://stouffville.com/wp-admin/network)
   quickly 8 times and then errors out.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/#post-5022817)
 * So there’s the problem 🙂 you have a miss-match of www and non-ww in your site!
 * Go look in your database under wp_site and wp_blogs. Does your domain have the
   www in there?
 *  Thread Starter [StouffvilleDave](https://wordpress.org/support/users/stouffvilledave/)
 * (@stouffvilledave)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/#post-5022819)
 * I checked and both wp-site and wp-blogs have stouffville.com.
 * I checked others and they all seem to use stouffville.com….no www.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/#post-5022820)
 * Right, so if I go to stouffville.com it redirects me to the WWW version.
 *     ```
       RewriteCond %{HTTP_HOST} ^stouffville\.com [NC]
       RewriteRule ^(.*)$ http://www.stouffville.com/$1 [L,R=301]
       ```
   
 * And that is EXACTLY what that bit of code does. It says “ALWAYS use www”
 * So either remove it, or change everything to www.
 *  Thread Starter [StouffvilleDave](https://wordpress.org/support/users/stouffvilledave/)
 * (@stouffvilledave)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/#post-5022822)
 * I completely understand and thank you. So for canonical issues should I redirect
   [http://www.stouffville.com](http://www.stouffville.com) to stouffville.com?
 * RewriteCond %{HTTP_HOST} ^www.stouffville.com [NC]
    RewriteRule ^(.*)$ [http://stouffville.com/$1](http://stouffville.com/$1)[
   L,R=301]
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/#post-5022823)
 * Start with just removing the check all together and see what happens.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/page/2/?output_format=md)

The topic ‘Can't Access Multi site Network Admin’ is closed to new replies.

## Tags

 * [multi-site](https://wordpress.org/support/topic-tag/multi-site/)
 * [network admin](https://wordpress.org/support/topic-tag/network-admin/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 17 replies
 * 3 participants
 * Last reply from: [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/cant-access-multi-site-network-admin/page/2/#post-5022833)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
