How to Solve ERR_TOO_MANY_REDIRECTS On WordPress Site

How to Solve ERR_TOO_MANY_REDIRECTS On WordPress Site

ERR_TOO_MANY_REDIRECTS is often seen in WordPress sites. It is one of the most common error. This issue is likely to occur due to server misconfiguration or plugins redirect function or due to incorrect WordPress settings.

In this guide, you learn about the possible causes and the steps to fix this issue.

Prerequisites

  • Domain name (example.com)
  • Admin Dashboard Credentials
  • cPanel Credentials
  • FTP client
  • Text Editor (Sublime Text, Notepad)

Step 1:

There are several factors that are likely to cause this issue.

First, clear your browser’s cookies and cache.

This can sometimes fix the issue. Then clear the cache from the WordPress admin page.

You can also clear the CDN cache or disable it temporary to check if it works for you or not. If this is not working you can try another method to fix it.

Step 2:

Login into your WordPress admin page and Click Settings and click General to go to the WordPress URL settings.

In the WordPress Address and Site Address, check if the information is correct or not.

Your URL will look something like ‘http://www.example.com’.

Sometimes, your URL might be configured without the www prefix. In that case, enter ‘http://example.com’ and Save the settings and try opening your site.

If you are not able to access your WordPress admin page, you can also update the URL settings by making some changes in the wp-config.php file. The wp-config.php file is located in the root directory of your WordPress website inside the /home/user/public_html/wp-config.php

Edit the file and add the following lines to it.

define('WP_HOME','http://www.example.com');
define('WP_SITEURL','http://www.example.com');

Step 3:

If you are using an Apache server,

you need to make some changes in the .htaccess file

in the root directory of your WordPress site. Open your cPanel and locate File Manager and open it.

Step 4:

Inside the File Manager,

Click on public_html on the left side menu and click .htaccess
 

from the right section.

Right click the .htaccess file and click Edit. Now you need to make some changes in your file. Search for the Rewrite keyword and make the changes.

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngineOn
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond%{REQUEST_FILENAME} !-f
RewriteCond%{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress

Step 5:

These above step should probably solve the ERR_TOO_MANY_REDIRECTS issue. If it still exists,

try disabling the plugins and reloading the site

. If the site starts working after disabling the plugins, try to find out the culprit plugin and solve your issue.

Conclusion:

If you followed the above steps clearly, you should now be able to fix the ERR_TOO_MANY_REDIRECTS issue and save your WordPress site from an endless loop.

Check out these top 3 WordPress hosting services:

A2 Hosting
$2.99 /mo
Starting price
Visit A2 Hosting
Rating based on expert review
  • User Friendly
    4.5
  • Support
    4.0
  • Features
    4.5
  • Reliability
    4.8
  • Pricing
    4.0
Hostinger
$2.99 /mo
Starting price
Visit Hostinger
Rating based on expert review
  • User Friendly
    4.7
  • Support
    4.7
  • Features
    4.8
  • Reliability
    4.8
  • Pricing
    4.7
HostArmada
$2.49 /mo
Starting price
Visit HostArmada
Rating based on expert review
  • User Friendly
    4.5
  • Support
    4.5
  • Features
    4.5
  • Reliability
    4.5
  • Pricing
    4.0

How to Configure WordPress Page Caching

A savvy website owner understand how important it is to have a website with a qu
4 min read
Avi Ilinsky
Avi Ilinsky
Hosting Expert

How to Secure Your WordPress Website

Millions of websites get hacked every year and many people consider WordPres
5 min read
Eliran Ouzan
Eliran Ouzan
Web Designer & Hosting Expert

How To Create a WordPress Child Theme

Customizing your WordPress theme but want to be extremely safe? Don’t worry. W
3 min read
Michael Levanduski
Michael Levanduski
Expert Hosting Writer & Tester

How to Fix File and Folder Permissions Errors in WordPress

It’s so frustrating when you receive an error while updating your website. File
4 min read
Max Ostryzhko
Max Ostryzhko
Senior Web Developer, HostAdvice CTO
HostAdvice.com provides professional web hosting reviews fully independent of any other entity. Our reviews are unbiased, honest, and apply the same evaluation standards to all those reviewed. While monetary compensation is received from a few of the companies listed on this site, compensation of services and products have no influence on the direction or conclusions of our reviews. Nor does the compensation influence our rankings for certain host companies. This compensation covers account purchasing costs, testing costs and royalties paid to reviewers.
Click to go to the top of the page
Go To Top