Chrome, Edge

ERR_TOO_MANY_REDIRECTS

The browser followed redirect after redirect until it gave up. Two rules are almost certainly pointing at each other.

What causes it

  • HTTPS redirecting to HTTP which redirects back to HTTPS — classic behind a proxy or CDN that terminates TLS.
  • A www rule and a non-www rule in opposition.
  • A CMS setting a canonical URL that conflicts with a server rewrite.
  • A stale cookie that keeps triggering a login redirect.

If you are the visitor

  • Clear cookies for that site — this fixes it surprisingly often.
  • Try a private window.

If it is your website

  • Trace the chain with a redirect checker and remove the rule closing the loop.
  • Behind a CDN, honour X-Forwarded-Proto rather than the local scheme when deciding whether to redirect.

Find out whether the site is down for everyone

A live check from our server shares nothing with your network — it settles the question in seconds.

Run a live check