#tantekif you do figure out how you caused it - perhaps document it! I'd love to send all the badbots probing for /wp-admin/* pages on my sites into an infinite redirect in some difficult to figure out way :P
#jeremycherfasRight. Well, I removed all the plugins, figuring it might be one of them doing some stupid redirects, and that hasn't helped. Yet.
#Zegnatjeremycherfas, it isn’t that the admin page is configured to only load on www. ? I don’t see how that would happen, but that would send you in an infinite loop
#jeremycherfasI don't believe it is configured any differently to the main site. Let me check.
#ZegnatIt could be in a config file or in the database, but WP people might know better if that is a thing.
dougbeal|mb1 joined the channel
#jeremycherfasIf I put no www in the URL, I get the same error, but the URL now has www -- so maybe you are onto something. Let me check wp-config
#Zegnatfor cookie and session reasons I could see why the admin would always try to redirect to a specific domain, even if the real website doesn’t
#ZegnatAnd your htaccess forces www to no-www, but if wp-admin then tries to force no-www to www ... you see where that is going
#sknebelthe redirect isn't between www and non-www though
#jeremycherfasI've tried defining WP_HOME and WP_SITEURL with and without www and that doesn't seem to make any difference, at least with the htaccess in place. Let me try without any htaccess