Error: err_too_many_redirects
This tutorial explains how to resolve the ERR_TOO_MANY_REDIRECTS error, a problem that occurs when your site enters a redirect loop (for example http → https → http …) and does not load content.
To fix it, it suggests checking the server’s redirect rules (such as .htaccess in Apache or nginx.conf), disabling redirect- or cache-related plugins to see if they are causing it, clearing browser cookies and caches, and reviewing the configuration of any CDN (for example with HTTPS misconfigured). It also advises checking the hosting error logs for clues if the problem persists.
Please review our guide: https://sitioshispanos.blog/tutoriales/como-resolver-el-error-err_too_many_redirects/