How to remove redirect loop in Wp?

1

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.

    
asked by anonymous 06.08.2015 / 21:25

1 answer

1

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 .

    
23.09.2015 / 21:36