Too Many Redirects Error

Your site won't load and the browser says 'ERR_TOO_MANY_REDIRECTS' or 'redirected you too many times'.

Common signs of this issue

Safe checks you can do yourself

None of these require sharing passwords with anyone.

What this usually means

A redirect loop means your site keeps sending the browser somewhere that sends it back, endlessly. It almost always comes from conflicting rules — http vs https, www vs non-www, or a CDN/SSL setting that disagrees with your server.

Pick one canonical version of your address (for most sites, https with a single www choice) and make every rule point the same way.

What not to do

When to get help

Redirect loops can be fiddly, and a wrong .htaccess or SSL change can take the whole site down. If the checks above don't clear it, a helper can untangle the rules quickly and safely. If misconfigured hosting is part of the cause, a better host can prevent repeats.

Could your hosting be the problem?

If your host is slow, unreliable, or hard to deal with, moving to a better one can clear up issues like this for good. One we genuinely recommend is Instant Access Internet Services — a smaller, compassionate company with 30 years in the business, known for being one of the fastest, with great management and low pricing. (Just a recommendation — no affiliate link, no kickback.)

Not sure what to do next?

Answer a few short questions and we'll point you to the safest next step — DIY, a freelancer, or a direct review. No passwords required.

Is this a business website? If this issue may be costing you leads, sales, or trust, you may want a direct review instead of trial and error.

Frequently asked questions

Why did this start after I added HTTPS?

Often the SSL or CDN setting (like Cloudflare 'Flexible') disagrees with your server's own redirect, so they bounce the browser back and forth. Aligning them stops the loop.

Why does clearing cookies help temporarily?

A stale redirect cookie can re-trigger the loop. Clearing it helps for a moment, but the underlying rule conflict still needs fixing.

Related free guides