How to Solve ERR_TOO_MANY_REDIRECTS On WordPress Site

How to Solve ERR_TOO_MANY_REDIRECTS On WordPress Site

[openingText]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.[/openingText]

How to Solve ERR_TOO_MANY_REDIRECTS On WordPress Site

How to Solve ERR_TOO_MANY_REDIRECTS On WordPress Site

In this guide, you learn about the possible causes and the steps to fix this issue.How to Solve ERR_TOO_MANY_REDIRECTS On WordPress Site

Prerequisites

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

Step 1:

[step]

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

[stepName]First, clear your browser’s cookies and cache.[/stepName]
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]

Step 2:

[stepName]Login into your WordPress admin page and Click Settings and click General to go to the WordPress URL settings.[/stepName]
[step]

[stepImage]How to Solve ERR_TOO_MANY_REDIRECTS On WordPress Site[/stepImage]

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

[stepImage]How to Solve ERR_TOO_MANY_REDIRECTS On WordPress Site[/stepImage]

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]

Step 3:

[step]

If you are using an Apache server,

[stepName] you need to make some changes in the .htaccess file[/stepName]
 in the root directory of your WordPress site. Open your cPanel and locate File Manager and open it.

[stepImage]

How to Solve ERR_TOO_MANY_REDIRECTS On WordPress Site

[/stepImage]

[/step]

Step 4:

[step]Inside the File Manager,

[stepName]Click on public_html on the left side menu and click .htaccess[/stepName]
 from the right section.

[stepImage]How to Solve ERR_TOO_MANY_REDIRECTS On WordPress Site[/stepImage]

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]

Step 5:

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

[stepName]try disabling the plugins and reloading the site[/stepName]
. If the site starts working after disabling the plugins, try to find out the culprit plugin and solve your issue.[/step]

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:

Hosting.com
MYR 11.95 /mo
Starting price
Visit Hosting.com
Rating based on expert review
  • User Friendly
    4.5
  • Support
    4.0
  • Features
    4.5
  • Reliability
    4.8
  • Pricing
    4.0
IONOS
MYR 4.00 /mo
Starting price
Visit IONOS
Rating based on expert review
  • User Friendly
    4.9
  • Support
    4.9
  • Features
    4.8
  • Reliability
    4.8
  • Pricing
    4.6
Hostinger
MYR 6.35 /mo
Starting price
Visit Hostinger
Rating based on expert review
  • User Friendly
    4.9
  • Support
    4.9
  • Features
    4.8
  • Reliability
    4.7
  • Pricing
    4.5

How to Configure WordPress Page Caching

A savvy website owner understand how important it is to have a website with a qu
less than a minute
Eliran Ouzan
Eliran Ouzan
Web Designer & Hosting Expert

How to Secure Your WordPress Website

Millions of websites get hacked every year and many people consider WordPress a
less than a minute
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
less than a minute
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. Fil
less than a minute
Max Ostryzhko
Max Ostryzhko
Senior Web Developer, HostAdvice CTO
Click to go to the top of the page
Go To Top
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.