My site appears ERR_TOO_MANY_REDIRECTS!!!

Hello, I enter in my site and appear a error. In case the ERR_TOO_MANY_REDIRECTS error, how can I solve it? PLEASE HELP ME!!!

Well, the first thing to do is to figure out what’s causing it. A redirect loop is usually caused by:

  • A bad redirect created through the control panel.
  • A bad .htaccess configuration.
  • A script configuration issue.

To figure out which one it is, you could try to:

  • Delete any redirects in your control panel.
  • Delete (or rename) your .htaccess file.
  • Check if you can load any static files on your website (like images or other text files).

@Admin said:
Well, the first thing to do is to figure out what’s causing it. A redirect loop is usually caused by:

  • A bad redirect created through the control panel.
  • A bad .htaccess configuration.
  • A script configuration issue.

To figure out which one it is, you could try to:

  • Delete any redirects in your control panel.
  • Delete (or rename) your .htaccess file.
  • Check if you can load any static files on your website (like images or other text files).

I have SSL, it’s a problem?

@EmanuelJ said:

@Admin said:
Well, the first thing to do is to figure out what’s causing it. A redirect loop is usually caused by:

  • A bad redirect created through the control panel.
  • A bad .htaccess configuration.
  • A script configuration issue.

To figure out which one it is, you could try to:

  • Delete any redirects in your control panel.
  • Delete (or rename) your .htaccess file.
  • Check if you can load any static files on your website (like images or other text files).

I have SSL, it’s a problem?

Possibly. If you have a .htaccess rule redirecting people to HTTPS but a website which is only configured to work on HTTP, that would explain this error. Wordpress notably redirects people to the URL configured in it’s database.