When you want to stream a website but meet a strange message like “ERR_TOO_MANY_REDIRECTS”. It’s annoying, but it’s a common issue on browsers.
This guide provides several practical tips to break down its meaning, why you encounter it, and how to fix and prevent it.
Understanding ERR_TOO_MANY_REDIRECTS
ERR_TOO_MANY_REDIRECTS appears along with the “This Page isn’t Working” page.
In simple terms, the error means that your web has entered a “redirect loop,” resulting in this error. The browser follows the website’s settings to “jump” when you attempt to access a URL (this URL redirects you to another URL), which then redirects you back to the original URL, creating an infinite loop.
For regular users, this issue means they cannot access the web page they intended to view. For website administrators, it may result in lost visitors and decreased revenue.
This error is a self-protection mechanism of the browser to prevent users from getting stuck on a page that never loads. Whether you’re using Chrome, Edge, or accessing a website accelerated by Cloudflare, you may encounter it
Although ERR_TOO_MANY_REDIRECTS may seem complex and technical, it is a common issue, and in most cases, users can resolve it on their own.

How to Resolve the “ERR_TOO_MANY_REDIRECTS” Error?
We will guide you step-by-step on how to resolve the ERR_TOO_MANY_REDIRECTS error from the perspectives of both regular users and website administrators. Whether you are using Chrome, Edge, or another browser, you will find a solution here even if you are accessing a website accelerated by Cloudflare.
Use Incognito Mode
Incognito mode provides a new browsing environment where your browser is not affected by your browsing history, such as browser cache and cookies. Open your browser’s private or incognito mode, then reopen the website you want to visit. If the problem persists, you can check your local browser cookies for issues.
Clear Browser Cache and Cookies
Clearing old cache and cookies from your browser can also resolve the ERR_TOO_MANY_REDIRECTS issue.
Solve the redirect problem in Chrome:
- Go to “Privacy and security,” then click “Clear browsing data.”
- In the new menu, select “Cookies and other site data” and “Cached images and files,” then click “Clear data.”
- Refresh the page and check if the issue is resolved.
Solve the redirect problem in other browsers:
The steps in other browsers are similar to those in Chrome: go to “Settings” > “Privacy, search, and services” > “Clear browsing data.”
Related: How to Disable Cookies in Your Browser?
Check If the URL Is Correct
Check if the URL you entered is in the format “https://example.com”. An incorrect URL will also cause the ERR_TOO_MANY_REDIRECTS issue.
Disable Browser Extensions
Some browser extensions may modify HTTP request headers or URLs, causing conflicts with website redirect rules. In Chrome, go to “Settings” > ‘Extensions’ and disable extensions one by one. In Edge, you can manage and disable some plugins from the “Extensions” icon.
Tip:
If you frequently encounter the “This Page Isn’t Working” error while browsing, especially in countries with internet usage restrictions, using a VPN tool can provide a smoother and safer online experience. LightningX VPN not only offers a stable network connection but also ensures secure online protection.
It offers features such as IPv6 and DNS filtering to hide your real IP address and network location. Additionally, it employs advanced algorithms like AES-256 encryption to ensure the security of your online activities. With over 2,000 servers available in more than 70 countries, you can easily bypass restrictions even in countries with network usage restrictions.
The methods mentioned above are suitable for general users. If you are a website administrator, you can use the following methods:
Check Cloudflare Configuration
When SSL settings are improperly configured in Cloudflare, the ERR_TOO_MANY_REDIRECTS Cloudflare error may occur. In the Cloudflare backend, disable the “Flexible” setting in SSL mode. Set it to ‘Full’ or “Strict” mode and ensure that the origin server supports HTTPS.
Check Redirect Settings
Review the redirect logic in your website settings to ensure that multiple redirects are not causing the ERR_TOO_MANY_REDIRECTS error. For example, if you have set up a redirect from HTTP to HTTPS and then back from HTTPS to HTTP, this will create a redirect loop.
- Are the redirect rules in the .htaccess file using Apache?
- Are there any conflicts with CMS plugins (such as redirect plugins or caching plugins)?
- Are the rewrite or return directives in the Nginx configuration file correct?
- Are the “Site URL” and “WordPress Address” settings in the website backend consistent?
How the ERR_TOO_MANY_REDIRECTS Error Performs on Different Browsers
Although the essence of this problem is similar regardless of the browser, its manifestation varies slightly between different browsers.
ERR_TOO_MANY_REDIRECTS on Chrome:
In Chrome, users will typically see the following message:
This page isn’t working.
ERR_TOO_MANY_REDIRECTS

ERR_TOO_MANY_REDIRECTS on Edge:
In Microsoft Edge, you will see the following message:
Hmm… can’t reach this page.
ERR_TOO_MANY_REDIRECTS

ERR_TOO_MANY_REDIRECTS on Firefox:
In the Firefox browser, this error has a different name, which users typically see:
The page isn’t redirecting properly.
This problem can sometimes be caused by disabling or refusing to accept cookies.

ERR_TOO_MANY_REDIRECTS on Safari:
When Safari encounters a redirect error, it usually displays:
Safari cannot open the page because too many redirects occurred.

Common Causes of ERR_TOO_MANY_REDIRECTS
Understanding the causes of the ERR_TOO_MANY_REDIRECTS error can help you find a solution faster. Here are some common causes of the ERR_TOO_MANY_REDIRECTS error:
Incorrect server redirection configuration: Websites typically set up redirection rules (e.g., HTTP to HTTPS), but if these rules contain circular logic, browsers detect excessive redirections and automatically terminate loading.
SSL/TLS settings conflict: Many websites use Cloudflare for acceleration and protection. If the SSL mode is configured incorrectly in Cloudflare and the server enforces HTTPS during use, an error will occur.
Browser extension interference: Certain browser extensions, such as ad blockers, may interfere with the normal redirect logic of websites. This is more common among Chrome and Edge users.
Related: Use a Free Ad Blocker for Chrome to Block Ads in Google Chrome
Browser cookie or cache error: After updating the website structure and changing the SSL settings, old cookies or cache may cause a page redirection loop.
How to Prevent the ERR_TOO_MANY_REDIRECTS
After successfully resolving the ERR_TOO_MANY_REDIRECTS error, it is also important to prevent it from occurring again. We have listed some methods to help you prevent this issue from occurring at its source:
Preventive measures for regular users:
- Clear cache regularly: Regularly clear cookies and cache in commonly used browsers to prevent expired data from causing redirection issues.
- Use secure and legitimate extensions: Install trusted browser extensions with security certificates, and regularly check and disable unnecessary plugins to reduce interference.
- Update your browser: Regularly check for updates to ensure your commonly used browsers are up to date for compatibility and security.
Preventive measures for website administrators:
- Check Redirect Rules: Regularly review .htaccess (Apache) or Nginx configurations to ensure there are no circular redirects.
- Optimize Cloudflare Settings: Verify the SSL configuration mode and check page rules to avoid conflicts.
- Utilize Verification Tools: Use legitimate third-party tools to validate redirect paths.
Conclusion
ERR_TOO_MANY_REDIRECTS can be frustrating, but with the steps outlined in this guide, you can easily resolve the issue. Whether you’re a regular user or a website administrator, we hope this guide helps you fully understand and resolve the problem, as well as learn how to prevent it from happening again.