How to Fix issue ERR_TOO_MANY_REDIRECTS for Google Chrome?

ERR_TOO_MANY_REDIRECTS for Google Chrome

At times users face “Error 3XX (net:: ERR_TOO_MANY_REDIRECTS” or “This webpage has a redirect loop error”. This issue can be temporary or permanent depending on the URL you are visiting and the specific cause of the problem.

Many users often report about the “This webpage has a redirect loop” error that occurs on Google Chrome. This error stops the user from loading some websites. The main reason behind this redirect loop error is that the URL of the website has been changed to the new one. Apart from that, there are few other reasons as well that could lead to the redirect loop error, such as a wrong configuration, a wrong coding, or something wrong with the .htaccess file. In this article, you will learn how to fix issue ERR_TOO_MANY_REDIRECTS for Google Chrome.

What is ERR_TOO_MANY_REDIRECTS Error?

HTTP redirects are basically a method for a website to point your browser to a different page instead of the one linked. This could be due to maintenance, the page has moved or for other reasons, such as a company might change its domain name and redirect the website at the old domain to the website using the new domain. Although Google Chrome can cope with up to 20 redirects without giving the error, once that threshold is broken, it will throw the “ERR_TOO_MANY_REDIRECTS” error.

The transaction goes something like this: –

  • Firstly, the browser sends a GET message to the web server.
  • Then, the server responds with a 3xx message with the redirected URL.
  • Next, the browser acknowledges the message and goes to the new address.
  • At last, the browser loads the website.

When the browser is sent to a redirected URL which directs it back to the original URL, which redirects it again and so on, then it gives rise to a redirect loop.

Now, you will learn what you can do if you see redirect loop error in Google Chrome.

How to Fix “Err_Too_Many_Redirects” Error In Google Chrome?

After you visit a website, then the website stores the cookies on your computer. In between that, if the owner of the website changes the old URL to a new one, then the new information does not match with the information on these temporary files and this leads to the redirect loop error. In order to solve this error, you need to clear all cookies and caches on your computer.

  • First of all, open Google Chrome.
  • Then, select the Chrome pull-down menu at the top.
  • Next, select Clear Browsing Data from the pull-down menu.
  • After that, select the checkbox next to Cached Messages and Files.
  • Now, click Clear Data.

After that, retry the URL on which you were trying to visit and you should now be able to browse the website. If you are on Chrome, you can also try this:

  • Type chrome://extensions in the Chrome address bar and hit Enter.
  • Then, try disabling your extensions one at a time, retesting website after disabling each one.
  • While disabling the extensions make sure to just disable one before retesting otherwise you won’t know which one was causing the issue.

If you have a redirect loop error in Mozilla Firefox browser, then also you can do the same way to fix the issue.

After performing these steps in your browser, open the webpage again to check if the issue is fixed.

In case, if the problem remains, then the cause is on the server-side, and you can’t do anything to fix it until and unless you have the server access. Below you will learn how to do that.

How to Resolve “This Webpage Has A Redirect Loop” Error From Server Side?

Even after following the guide above and clearing all cookies and caches on your browser, you are still getting the “redirect loop” error, then you need to check the .htaccess file.

In order to test if the problem comes from the .htaccess file, you need to remove it but make sure that you have saved a backup. After that, reload the website and if the redirect loop issue is gone, then the .htaccess file is the cause of this error.

In case, if you have recently installed any new script/plugin/add-on for your website, then try to disable it and test your website again. In case, if you are using WordPress, then check that you used the website URL on “General Settings” section as well as the wp-config.php file.

If still, you could not solve the issue “This webpage has a redirect loop” (or err_too_many_redirects Error) on your website, then let us know and we will help you to fix this issue.

Leave a Reply

Your email address will not be published. Required fields are marked *

error: Content is protected !!