[ad_1]
Howdy WordPress folks! Been up to my teeth trying to solve the ‘too many redirects’ message I get when accessing my blog. I’ve tried using the [fixes suggested here]), and searched this forum up and down (getting pretty much the same suggestions) am I SOL, or are there any other tricks I haven’t tried?
Thanks in advance!
[ad_2]
Every time I’ve ran into this error it’s related to the URL jumping back and forth between http and https.
You can go to the admin then settings > general to see your WordPress url and site url, make sure those are both https.
The most concise solution I can give you is use a database search and replace tool to replace all instances of “http://yoursite.com” with “https://yoursite.com”, then flush your cache and let me know if that fixes it or not