How to Fix Too Many Redirects Error in WordPress?
Many web designers and developers use WordPress to create webpages for both small and large companies. Again, it’s easy to set up and employees can write content without any knowledge in web creation / HTML and it is used for creating any style of the website from a simple blog to a full-featured business website.
Some times we will face too many redirects error while accessing the wordpress sites. We will share some of the steps inorder to overcome the problem.
Steps to follow:
Method 1:
1) Login to your wordpress dashboard and click settings
2) Then check the wordpress Address URL and site Address URL.
3) If you want to change the URL , make the changes like adding or removing “www” as per your requirement
4) Then click save changes.
Method 2:
Note that if you not able to access the wordpress dashboard, then you can add the below lines in the wp-config.php file and click save
—
define(‘WP_HOME’,’http://test.com’);
define(‘WP_SITEURL’,’http://test.com’);
—
By following this way you can fix the error from your end.