ERR_TOO_MANY_REDIRECTS

Helbert Pernecita

New member
Joined
Dec 1, 2021
Messages
3
Newby here.. i installed one plugins, but suddenly it doesnt work. then i assumed that there is a conflict to other installed plugins, so i deleted the disabled plungins.. then suddenly when i open again my website, it shows error of too many redirects. please help me resolve this case.
 
Do you have some more info?
This does not seems like a DirectAdmin error but more like a website error. Are you using WordPress?
Yes, i installed wordpress... my website is working fine before i installed YOAST SEO, when i installed YOAST SEO, it doesnt work and telling me that there is a conflict with other plugins, so i deleted 2 plugins which im not using..
 
Definitely seems like a WP issue, not DA.

But, having coped with such errors before, you could try adding this to your wp-config.php file:

Code:
if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https' ) {
    $_SERVER['HTTPS'] = 'on';
}
 
Definitely seems like a WP issue, not DA.

But, having coped with such errors before, you could try adding this to your wp-config.php file:

Code:
if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https' ) {
    $_SERVER['HTTPS'] = 'on';
}
I did but nothing happerned..

1638487081842.png
 
This is not a WP support forum. But as this starts happening by installing a plugin, I would disable all plugins first.
And then enable them one by one and see which one is causing the issue.

Also check other entries and/or customizations you made in .htaccess files which can also cause too many redirect problems.
 
Back
Top