Frustrated by the "Too Many Redirects" Error? Here’s the Complete Solution
You typed your website address, hit enter, and… Error! Instead of your homepage, you see: ERR_TOO_MANY_REDIRECTS, This page isn’t working, or something similar. It's confusing, and your site (or someone else's) is suddenly inaccessible. Don’t panic—this guide will show you exactly how to identify, fix, and prevent redirect loops. Most solutions take 10–30 minutes, and 80–90% of cases are resolved by following the steps below.
What’s at stake?
Lost site access for admins and visitors.
Possible SEO damage if the error persists.
Increased bounce rates and customer frustration.
What Will You Learn?
What causes the error and its common triggers
Step-by-step troubleshooting, from easy browser fixes to advanced server solutions
How to avoid repeat errors—prevention tips from experts
Quick access checklist and downloadable troubleshooting flowchart
Quick Start Checklist: What You Need Before Beginning
Time needed: 10–40 minutes (varies by setup/issue complexity)
WordPress Address (URL) and Site Address (URL) are identical (including https:// and www/non-www consistency).
Don’t mix http:// with https:// or add/remove “www” inconsistently.
Warning: Changing these settings can lock you out if there’s a mistake. Always note down the original values before editing.
For other CMSs like Shopify or Joomla, check their respective URL/base path settings (Shopify Docs).
3.2 Audit Plugins, Extensions, and Themes (10–30 minutes)
Temporarily deactivate all redirect, SEO, and cache plugins. For WordPress:
Go to Plugins > Installed Plugins
Deactivate all non-essential plugins (especially redirection, cache, and security plugins)
Refresh the site
If the error resolves, reactivate plugins one by one to isolate the culprit.
If you lose access to the admin area: Use FTP/cPanel to rename the /plugins/ directory temporarily (WordPress), or refer to your CMS’s plugin management docs.
3.3 Fix .htaccess (Apache), nginx.conf, or web.config (Advanced, 10–20 minutes)
For Apache: Download .htaccess via FTP or file manager. Restore a clean default (see official WordPress .htaccess).
For Nginx: Review server block rules in nginx.conf. Watch for repeated rewrite/return statements that could loop.
For IIS (Windows server): Review web.config for erroneous <rewrite> or <redirect> entries.
Warning: Always back up existing config files before editing. A syntax error can take down your entire site!
3.4 Check SSL/HTTPS Settings (10–30 minutes)
Do you use Cloudflare, a CDN, or Flexible SSL? Make sure only one system is forcing HTTPS.
In Cloudflare, prefer “Full (strict)” SSL mode. Don’t mix “Flexible” with server-side redirects.
Test your certificate at SSL Labs. If errors arise, fix those before proceeding.
3.5 Purge All Caches (2–5 minutes)
Clear your site cache, any server-level (e.g., via cPanel/host panel), and CDN/proxy cache.
Always reload your site after cache clearing before testing changes.
Q: Can this error break my SEO?
A: If left unresolved for days, yes—it can hurt crawlability and cause lost rankings. Quick fixes prevent lasting SEO damage.
Q: Is this always caused by WordPress/plugins?
A: No. Server, CDN, DNS, or proxy misconfigurations can all cause redirect loops, as can .htaccess or SSL rule mix-ups.
Q: What should I do if I’m locked out of my admin dashboard?
A: Use FTP or your host’s File Manager to rename the plugins folder or edit redirect rules directly in config files. Restore from backup if unsure.
Q: My settings look right, but the error remains. Now what?
A: Clear all caches (browser, site, server, CDN), then try a redirect checker again. If stuck, contact hosting support or a web professional.
Q: Do I need to hire a developer?
A: Most cases can be solved by following this guide; enlist help only for advanced server, network, or load balancer issues.
Summary & Next Steps
You’ve just tackled one of the most stubborn website errors. Fixing “Too Many Redirects” restores your site, protects SEO, and prevents lost visitors. Continue to monitor your site, limit overlapping redirect rules, and use the tools above to safeguard your web presence.
➡️ Try these steps now, bookmark this guide, and share it with your team for future troubleshooting!