1
I’m trying to install wordpress in a domain but am getting an error:
This web page has a redirect loop
ERR_TOO_MANY_REDIRECTS
Does anyone know how I fix this? I’ve searched a lot on google and can’t find a solution.
1
I’m trying to install wordpress in a domain but am getting an error:
This web page has a redirect loop
ERR_TOO_MANY_REDIRECTS
Does anyone know how I fix this? I’ve searched a lot on google and can’t find a solution.
2
First check if the domain configured on WordPress
that is correct:
If you’re having trouble accessing the Dashboard, you can add the settings to the file wp-config.php
and go up via FTP
:
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
If it still doesn’t work, I recommend disabling all plugins
installed, and check if the problem has been solved. And if not, I suggest contacting a hosting support because it may be a known problem from Apache
.
Browser other questions tagged wordpress
You are not signed in. Login or sign up in order to post.