nmueller1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Recursive loop logging inAre you guys able to get http://www.10degreeslatitude.com/wp-admin to register in the URL bar, or does it change to this url once you click enter?
Forum: Fixing WordPress
In reply to: Recursive loop logging in@dipak, yes.
Forum: Fixing WordPress
In reply to: Recursive loop logging inNotice how when you go to http://www.10degreeslatitude.com/wp-admin it auto redirects to http://www.10degreeslatitude.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.10degreeslatitude.com%2Fwp-admin%2F&reauth=1. I think that’s the problem.
Forum: Fixing WordPress
In reply to: Recursive loop logging inOk, I deleted my .htaccess file and recreated with contents below, but it didn’t work.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Recursive loop logging inOk, I tried that and now the screen is blank on the website and the same recursive login issue remains.
Forum: Fixing WordPress
In reply to: Recursive loop logging inI’ll try that now.
Forum: Fixing WordPress
In reply to: Recursive loop logging in@kmessginger – yes, if I am at http://www.10degreeslatitude.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.10degreeslatitude.com%2Fwp-admin%2F&reauth=1 it recursively returns me back to that page even when using correct login/password. I’ve tried on cache clear browsers and different browsers and iphone – same result. Also none of the page or post links work. I’ve copied the new WordPress version over the top, and the issue is the same.