• Resolved jtmf

    (@jtmf)


    Hello all,

    I know that this topic has already been discussed a lot. Nevertheless, I have read several topics about this issue and none of them solved my problem.

    I have also contacted my hosting provider (Godaddy) and they said that they couldn’t help me.

    So basically the problem is: I was able to create the multisite and I can access it without without any kind of error. Unfortunately, once in the administration board I am being unable to access the dashboard of the newly created site.

    My htaccess code is:

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /nano-blog/
    RewriteRule ^index\.php$ – [L]
    # uploaded ?les
    RewriteRule ^([_0-9a-zA-Z-]+/)??les/(.+) wp-includes/ms-?les.php??le=$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

    Am I missing something?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    So basically the problem is: I was able to create the multisite and I can access it without without any kind of error. Unfortunately, once in the administration board I am being unable to access the dashboard of the newly created site.

    Okay what error do you get? If you don’t have an error per sey, what do you see?

    Thread Starter jtmf

    (@jtmf)

    OK. This might sound a bit basic. However since I am new in this field, I think it is acceptable.

    Anyway, I was able to solve it by transfering my site from a managed wordpress plan to a “normal” hosting plan.

    Thank you for your help anyway ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with Multisite dashboards’ is closed to new replies.