Diagnosing a Too Many Redirects or Redirect Loop Error Print

  • http, https, redirects, troubleshooting
  • 0

A redirect loop occurs when redirects send the browser between URLs without reaching a final page. Common combinations include HTTP-to-HTTPS rules, www/non-www rules, application URL settings, and proxy-aware redirects.

  1. List the intended canonical URL, including scheme and hostname.
  2. Review cPanel Domains → Force HTTPS Redirect and Domains → Redirects.
  3. Review manual .htaccess redirects and application-level redirect settings.
  4. Temporarily remove only the most recently added redirect rule and retest.
  5. Clear browser/application cache after changing redirect configuration.

Avoid creating both a rule that sends www to non-www and another rule elsewhere that sends non-www back to www.


Was this answer helpful?

« Back