Unable to login to new site.
-
I am running a MU with eight sites running on it. Seven of the eight sites have been installed and activated prior to version 3.5 coming out.
The only two plugins I have activated over the network are: WordPress MU Domain Mapping & WPMU DEV Dashboard.
When I added a new site today its load up fine but when I try and login to the wp-admin it gives me the wp-login.php.
I type the admin username and password and it keeps reloading this https://newsitename.com/wp-login.php?redirect_to=http%3A%2F%2Fnewsitename.com%2Fwp-admin%2F&reauth=1
I try to login to the other seven sites they work fine.
I tried disabling the WPMU DEV Dashboard still does the same thing.
I have deleted the site and re-added it, same result. Tried different admin names, still same result.
The site its self is running no plugins and twenty twelve. I have never been able to login.
My .htaccess looks like the following
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$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).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]
I am generally pretty good at these things but this one has me stumped.
- The topic ‘Unable to login to new site.’ is closed to new replies.