Err_too_many_redirects 301

I always get the ERR_TOO_MANY_REDIRECTS on www.pyrevit.de
and I can’t remember what I have done and how to revert it. I have other website www.dynamoprimer.de with the same problem. Deleting cookies doesn’t help.
I have renamed the plugin folder, it doesn’t help.
I cannot access the admin area.

I have analysed with https://www.redirect-checker.org/index.php

https://www.pyrevit.de/


301 Moved Permanently

Status: 301 Moved Permanently
Code: 301
Date: Sun, 05 Dec 2021 21:56:03 GMT
Server: Apache
Strict-Transport-Security: max-age=0; includeSubDomains
X-Redirect-By: WordPress
Location: https://pyrevit.de/
Content-Length: 0
Connection: close
Content-Type: text/html; charset=UTF-8

Can you maybe help me to find the cause?

Thank you,
Thomas

Hello Thomas,

Thanks for writing in! The given credentials are not working for us. In the meantime, please check your Settings > General. Make sure that the Site URL and Home URL are the same as the WP dashboard URL. Both fields must use https. If you are not able to change it, please edit your wp-config.php file and insert these lines:

define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');

example.com must be replaced with your own domain name.

Hope this helps.

1 Like

Thank you very much @ruenel ,
your advice has solved the problem!
Best,
Thomas

Hi Thomas,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.