- there’s a custom configuration in the code that’s conflicting with .htaccess file;
- site URLs are incorrect/ different;
- there’s a misconfiguration in recently installed plugin;
- your network has a new site with the same exact URL as deleted site;
- you’ve set a redirect somewhere that is either creating a loop, or repeating itself.
Collaborate with our development, PPC, SEO, data & analytics, or customer experience teams to grow your eCommerce business.

How to Fix Too Many Redirects Error on Your Web Browser
You’ve found yourself in redirect loop? I.e. instead of a specific page of the website loading you’re blocked with a too many redirects error that just keeps stubbornly reappearing and breaking your website? We have some suggestions to find the root of it and fix this issue. The reason for this bothersome error is ultimately just like it sounds – there’s something that’s making your website have too many redirects and causing it to become stuck like that. The 1st URL a user is trying to reach points to a different URL, and that one points back to the 1st one, and-so-forth. The browser is confused about the address it should go to, or cannot reach it, because that domain points to a different or many other places. For protection, a browser is able to cope with 20, sometimes less, redirects at one go. Once it’s more than that – it detects a problem and the error message appears. Thanks to this, the loop gets paused, and you can try to fix the error. This might as well be an issue at the user end, in that case they’ll clear the cache and cookies and maybe will be good to go, but it’s more complicated and cruical to get rid of any misconfigurations on the server side. Err too many redirects is often a result of two competing redirects, one being SSL (https), and other sending back to the non-SSL http, or a similar rivalry between www and non-www domains. The root is mostly some type of a misconfiguration in redirection tools you’ve used. Reasons for redirect error might be:

Share on: