WP-Admin Redirect Loop
-
The problem started last night when I was working to make the switch over to complete https and perhaps because I did not follow these directions in the codex.
All was going well until I changed the General Settings WordPress Address and Site Address to https:// . . .
I have read any number of threads and blog posts and tried numerous common solutions but still to no avail.
One of the first attempted solutions was to re-define the urls via wp-config.php
define(‘WP_HOME’, ‘https://www.domain.com’);
define(‘WP_SITEURL’, ‘https://www.domain.com’);When that didn’t work I tried turning off everything related to ssl . . . then I tried turning back on ssl and following the force ssl admin . . turned it all off again . . . tried re-setting plugins . . tried removing the .htaccess file . . . always clear broswer cache, cookies, etc. . . .I’m burnt!
Any ideas?
Everything on the frontend site itself work fine, all pages, posts, etc. It’s just the admin with the redirect loop.
- The topic ‘WP-Admin Redirect Loop’ is closed to new replies.