• I was using version 3.0.
    When i login with wp-admin, i can access my admin panel. (see here)
    But, what ever i click next, e.g. “posts” in admin panel, it will redirect my logout with reauth=1 at the end of the url. (see here)

    Methods i tried but still failed:
    1) Clear cache and cookies
    2) Replace new copy of wp-includes and wp-admin
    3) Replace .htaccess with default

    Now i upgrade to version 3.0.1, but the problem still remain. Somebody please help, thanks.

Viewing 1 replies (of 1 total)
  • i just ran into something similar where wp-admin itself simply would not let me log in, redirecting with reauth=1 with no error message.

    i eventually noticed the redirect URL looked like:
    https://myserver/wordpress//wp-login.php?redirect_to=...blah...

    took a look at wp-config.php which had:
    define WP_SITEURL https://myserver/wordpress/ (ignore syntax)

    removed the trailing slash – problem solved instantly. no idea if this will have any side effects.

Viewing 1 replies (of 1 total)
  • The topic ‘Admin panel login/logout loop’ is closed to new replies.