Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lagi

    (@lagi)

    Additional information: I notice in safari that the URL switches back and forth between www and not-www before the domain name. It does this about 6 times then displays the redirect error message.

    Thread Starter lagi

    (@lagi)

    The problem was a .htaccess file. But it was in a higher level directory than WP is installed in. That .htaccess file had this:

    RewriteCond %{http_host} ^domain.org [nc]
    RewriteRule ^(.*)$ http://www.domain.org/$1 [r=301,nc]

    Upon removing those two lines everything is back to normal. But I’m still confused because it was working fine for many months with that root directory .htaccess file. And the loop only began to cause a problem once I modified the privacy option. I’d still like to know if anyone has any ideas about this, but I’m marking it resolved.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘endless login redirect’ is closed to new replies.