The ‘ERR_TOO_MANY_REDIRECTS’ issue is a standard WordPress error that can occur due to plugin conflicts or incorrect settings. It can be frustrating as it may lock you out of your website. We will walk you through various steps to resolve this issue and regain access to your site.
When dealing with more complex issues like DDoS attacks, consider DDoS-protected web hosting. DDoS attacks can overwhelm your server with traffic, causing your site to go offline or become slow, exacerbating issues like ERR_TOO_MANY_REDIRECTS.
The “ERR_TOO_MANY_REDIRECTS” error usually occurs when a web page keeps redirecting to another page in an infinite loop, which prevents the page from loading properly. Here are some common problems that can lead to this error:
.htaccess File or server configuration can create redirect loops. For instance, if a page redirects to itself or another page that eventually redirects to the original page, it can cause this error.Fixing the ERR_TOO_MANY_REDIRECTS error and resolving connection privacy errors involve ensuring proper site configuration and SSL certificate settings. Addressing these issues promptly can maintain user trust and provide a seamless browsing experience on your WordPress site.
Let’s dive into the steps to fix the ‘ERR_TOO_MANY_REDIRECTS’ issue in WordPress.
Sometimes, your browser’s cookies and cache might be causing the issue. Try accessing your website using a different browser, such as Firefox, Safari, Opera, or Microsoft Edge. If your site loads correctly, clear the cookies and cache in your regular browser.

For detailed instructions, refer to our guide on how to clear your browser cache in all major browsers.
Plugin conflicts are a common cause of redirect loops. To check if this is the issue, deactivate all WordPress plugins. Then, start activating them one by One. After you see which plugin is causing the trouble, you just have to remove and replace it with a better plugin.

If you can’t access the WordPress admin area, use an FTP client like FileZilla or the File Manager app in your hosting control panel.


This will deactivate all plugins. Reactivate each plugin individually to identify the culprit if you can now access your site. Once found, consider replacing it or reporting the issue on the plugin’s support forum.
If you’re encountering the “ERR_TOO_MANY_REDIRECTS” error, resetting your .htaccess file might resolve the issue. Here’s a step-by-step guide to help you reset the .htaccess file in WordPress:
Log in to Your Hosting Account: Access your hosting provider’s control panel (like cPanel or Plesk) or use an FTP client (like FileZilla).

Navigate to Your WordPress Directory: Go to the root directory where WordPress is installed. This is usually named public_html or a folder named after your website.

Find the .htaccess File: Look for the .htaccess file in the root directory. It’s a hidden file, so ensure your FTP client or file manager is set to show hidden files.
Download the File: Right-click on the .htaccess file and choose the option to download it to your computer. This way, you have a copy if you need to restore it.
Replace the default code of .htaccess File: You only have to copy and paste the code below with your .htaccess file.
# BEGIN WordPress
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Save the File: Save this file as .htaccess (make sure to include the dot at the beginning).
Error Resolved: After replacing the code, you must go to the Settings » Permalinks» page in the WordPress admin area and click save changes.’

To prevent this error in the future, follow these tips:
If troubleshooting seems overwhelming, our WordPress Support Services can resolve the error quickly. We offer one-time fixes with no ongoing contracts.
Both ERR_TOO_MANY_REDIRECTS and ERR_CONNECTION_REFUSED errors disrupt access to your WordPress site. Troubleshooting these issues involves checking server configurations and network settings and ensuring correct URL paths, helping to restore nstandardsite functionality.
In conclusion, while resolving the ERR_TOO_MANY_REDIRECTS error, having reliable and inexpensive WordPress hosting can provide essential support and resources, ensuring a smooth troubleshooting process.
To troubleshoot the issue, clear your browser cache, deactivate plugins, check URL settings, and reset the .htaccess file. For further assistance, our WordPress Support Services are always available.