After updating WordPress, you may sometimes encounter the "Too Many Redirects" error when trying to access your website. This issue usually occurs due to browser caching, corrupted plugins, or conflicts with cached WordPress data. Fortunately, you can troubleshoot and fix this problem using a few simple methods.

This article will show you practical steps to troubleshoot this problem. 


Method 1: Delete Browser Data

A browser caching issue may trigger the redirect loop. Clearing your browser data often resolves the error.

In Google Chrome:

  • Click the three dots icon (top-right corner).
  • Go to Settings → Privacy and Security.


  • Click Clear browsing data.
  • Select the data you want to remove and click Clear data.

Method 2: Disable Corrupt Plugins

A corrupted or misconfigured plugin can also cause redirect issues. You can disable all plugins temporarily to check if the problem is resolved.

  • Log in to your hosting account and open File Manager.


  • Navigate to the root directory of your WordPress installation and open the wp-content folder.



  • Rename the folder plugins to plugins_disabled.


  • If the site starts working, rename the folder back to plugins and then activate plugins one by one to identify the faulty one.

Method 3: Clear WordPress Cache

Cached data inside WordPress can create redirect conflicts. Clearing the cache should resolve the issue.

  • Log in to your WordPress Admin Dashboard.
  • Go to Plugins → Add New.
  • Search for and install WP Fastest Cache.
  • From the Settings menu, open WP Fastest Cache.
  • Select Delete Cache and click Delete Cache.

This will clear stored cached files, often resolving the redirect loop.


Conclusion:

The "Too Many Redirects" error after a WordPress update is usually related to browser cache, corrupted plugins, or cached WordPress data. By clearing your browser data, disabling plugins, or flushing the WordPress cache, you can quickly fix this issue and restore normal site access.

Was this answer helpful? 0 Users Found This Useful (0 Votes)