• I thought I had everything working ok finally and then I started getting errors when trying to access one of the subsite dashboards. This happens to be the only one of the subsites that is using domain mapping – not sure if it is related to the problem or not.

    I can get to the dashboard of all of the sites on the install but one. That one was working ok. I noticed it was no longer working when I tried to change the theme. I got an error that the page is not redirecting properly. The things that I had changed/updated from the time it was working was enabling the domain mapping option in WP-Super-Cache (it has since been turned off again) and uploaded two themes through the network dashbaord.

    This is a subdomain install @ hostgator on WP 3.5. Here is what is the .htaccess file. Any ideas are appreciated.


    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]
    </IfModule>

    # END WordPress

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rsconsult

    (@rsconsult)

    Still trying to figure out why I cannot get into the dashboard of one of the sites without a lot of luck. It seems like it should be a simple answer but it is elusive.

    The subsite that I cannot get to is a mapped domain but if I go to the domain – restoredspirit.com – it shows up in a browser just fine. I’ve looked through error logs and do not see anything unusual. I can get to the other subsite dashboard ok. The only difference that I can tell is that it is not a mapped domain.

    Thread Starter rsconsult

    (@rsconsult)

    I’ve disabled the Domain Mapping plugin and I still cannot get to the dashboard of the subsite that has been having the problem. I can still get to the other sites – the main site and a different subsite. Argh! This is being very frustrating problem to track down.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    I thought I had everything working ok finally and then I started getting errors when trying to access one of the subsite dashboards.

    What errors? 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multisite – cannot access dashboard of one subsite’ is closed to new replies.