Problem with Multisite dashboards
-
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 WordPressAm I missing something?
Thanks!
- The topic ‘Problem with Multisite dashboards’ is closed to new replies.