The sudden appearance of "reauth=1" problem
-
Hello,
I cant login to my admin account to multisiste WP. Some days ago everything works well, today I maked update using wordpress.com/plugins feature (by jetpack), and try to log in on one of my multisite subpages.. after that I have reauth=1 loop on all pages from this wordpress instalation.
This is adress returned after attempting to log on:
https://oop.org.pl/wp-login.php?redirect_to=http%3A%2F%2Foop.org.pl%2Fwp-admin%2F%3Fsucuriscan_lastlogin%3D1&reauth=1
[Large code excerpt removed by moderator per forum rules. Please use Pastebin or gist.github.com for all large code excerpts. It works better anyway.]
and my htaccess:
AuthName "Restricted Area" AuthType Basic AuthUserFile /home/xxxxxxxxxxxx <Files wp-login.php> require valid-user </Files> ErrorDocument 401 "Denied" ErrorDocument 403 "Denied" # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [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).*) oop/$2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ oop/$2 [L] RewriteRule . index.php [L] </IfModule> # END WordPress
I read a lot of material on this problem and none of the solutions did not work … now I restored backup of FTP from yesterday and I do not know what to do next..
Please help ??
- The topic ‘The sudden appearance of "reauth=1" problem’ is closed to new replies.