Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Fixed within Minutes: How to Fix ERR_TOO_MANY_REDIRECTS in WordPress

TOO_MANY_REDIRECTS in WordPress
There’s no doubt about the fact that making a website has become a lot more comfortable with WordPress. Even everyday users with no prior coding experience can build a WordPress site within a day or two.

However, this doesn’t mean that it’s a walk in the park—nothing is. Sometimes, the admins of WordPress sites might run into errors. ‘ERR_TOO_MANY_REDIRECTS’ or‘This webpage has a redirect loop problem’is one such error. In Google Chrome, you see the ERR_TOO_MANY_REDIRECTS error.

In Firefox, this error is shown as ‘The page isn’t redirecting properly.’ And in Microsoft Edge, you’ll encounter‘Hmmm… can’t reach this page’ error. No matter what the message says, it means pretty much the same.

This is a relatively commonly encountered error that can be fixed quickly. So, stop scratching your head right now!

Why do I see ERR_TOO_MANY_REDIRECTS error on WordPress?

The ERR_TOO_MANY_REDIRECTS is precisely what it seems—it’s redirecting your WordPress site way too many times—into an infinite loop as some call it. Your website is very likely to be directing continuously between two URLs.

With one pointing to another, the second pointing to the original…this could go on infinitely—unless you do something. Most of the times, plugins turn our to be the culprits.

How to Fix ERR_TOO_MANY_REDIRECTS in WordPress

Here, we’ve enlisted various methods by which you can fix the ERR_TOO_MANY_REDIRECTS in WordPress. If one doesn’t work, try the next one. Sooner or later, the ERR_TOO_MANY_REDIRECTS error will be corrected.

  1. Disable All WordPress Plugins

    The most common culprit behind ERR_TOO_MANY_REDIRECTS is a plugin. If you use too many plugins, it might become hard to find the one causing the error. So, disable all of them at once! Yes, all of them. Once done, check if the error persists.

    If it doesn’t, one of the plugins is responsible. Now enable all plugins and disable one or two plugins at a time to eliminate the non-guilty ones. This is how you get to the real culprit.

    Here’s the step-by-step process to disabling plugins.

    • First, go to the File Manager by accessing your hosting control panel.
    • Now find the wp-content folder and locate the Plugins folder.
    • Now select the Plugins folder and click on the Rename option. Rename the file to anything but Plugins. This won’t do any damage as you can rename the folder whenever you want to.
    • Press the Save icon to save the changes you just made.

    Once renamed, visit your website to check if the error persists. If it’s gone, one or more plugins are causing the error. To remove the error on a permanent basis, you’ll have to find and remove those bad plugins.

    To remove plugins,go to your FTP/File Manager by going to wp-content/plugins folder and then delete the plugins one-by-one. In between, keep checking the website for error. Once you find the responsible plugin, remove it/them and rename the Plugin folder back to Plugins.

    Hope this has solved the ERR_TOO_MANY_REDIRECTS. If it hasn’t, try the next solution.

  2. Disable Plugin if you don’t have access to the admin panel

    If you’re not able to access the admin panel, you can remove the plugin through the FTP program.

    • First, open your FTP program and connect to your WordPress root folder.
    • Now find the folder listed as “wp-content/plugins/.
    • Locate the plugin’s folder and delete it.
    • Delete the plugin in folder.
  3. Checkand Correct URL Settings Through

    Another common issue that results in ERR_TOO_MANY_REDIRECTS error is incorrect URL settings. Here’s how to check your URL settings:

    • To verify your URL settings, first, go to Settings > General
    • Now check if WordPress Address (URL) and Site Address (URL) have the correct information.
      Your URL should look like https://yourdomainname.com or https://yourdomainname.com
    • Save the settings and see if the error is still there.

    If this solution hasn’t fixed the ERR_TOO_MANY_REDIRECTS, try the next one.

  4. Disable the .htaccess File

    The .htaccess file might be another thing causing trouble. To resolve it, you must disable the .htaccess file.

    • First, go to the File Manager via your hosting control panel.
    • Now select the .htaccess file, right-click it and click on Rename.
    • Now give some other name to the .htacces file. It could be anything except .htaccess

    Now visit your website and check if the ERR_TOO_MANY_REDIRECTS error has been fixed. If it’s been fixed, you should change your .htaccess file’s configuration. Click on the Edit option, remove the contents from the renamed .htaccess file and copy-paste the below configuration:

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    If you have installation organized in subdomains, it should be:

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]

    # add to trailing slash to / wp-admin RewriteRule ^ wp-admin $ wp-admin / [R = 301, L]

    RewriteCond% {REQUEST_FILENAME} -f [OR] RewriteCond% {REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^ (wp- (content | admin | includes). *) $ 1 [L] RewriteRule ^ (. * \. Php ) $ $ 1 [L] RewriteRule. index.php [L]

  5. Proper HTTPS Configuration

    As we all know, HTTPS is almost mandatory these days. Knowing that you might have migrated your site to HTTPS but could’ve made a few mistakes along the way. Many people force their sites to HTTPS without installing an SSL certificate. This could result in infinite loop of redirects.

    To check if your redirections are misdirected or not, you can use 3rd party redirection mapping tools available online.

  6. Check your third-party service

    ERR_TOO_MANY_REDIRECTScould be the result of a third-party service that you’re using on your WordPress website. For example, Cloudflare. If you’re using Cloudflare, you might have set the SSL option as Flexible. If your hosting server directs to HTTPS and Cloudflare directs to HTTP, it results in redirection loop.

    If you’re using Cloudflare and have set the crypto settings as Flexible, set it as Full or Full (strict).

Final Word

The ERR_TOO_MANY_REDIRECTS is a pretty common error and you don’t need to worry about it as it’s not that big of a deal. However, there is no room for complacency as you’re losing out on viewers and it’s not leaving a good impression in their mind.

So, fixing the error ASAP is what you should be aiming at. We hope our solutions have helped you get fix the ERR_TOO_MANY_REDIRECTS error.

Jake Adley Author

Jake has an astounding affinity for learning & writing about technology. Day after day, he continues to be fascinated by the constantly evolving world of cybersecurity & encryption. And he keeps updating the world in form of his blogs.