I'm trying to install wordpress on a subdomain but I'm getting an error:
This web page has a redirect loop
ERR_TOO_MANY_REDIRECTS
Does anyone know how to solve this? I already searched a lot on google and I do not find a solution.
I'm trying to install wordpress on a subdomain but I'm getting an error:
This web page has a redirect loop
ERR_TOO_MANY_REDIRECTS
Does anyone know how to solve this? I already searched a lot on google and I do not find a solution.
First check that the domain set in WordPress
is correct:
If you have problems accessing the Dashboard, you can add the settings in the wp-config.php
file and upload via FTP
:
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
If it still does not work, I recommend disabling all% installed%, and verify that the problem is resolved. And if it does not resolve, I suggest contacting a hosting support as this may be a known problem with plugins
.