Err_too_many_redirects

ERR_TOO_MANY_REDIRECTS

hi everyone, i’m new to website development

I did redirect from http to https

and yes ssl certificate i have

I did everything through cpanel, I did not change any files

help me please

thank you all in advance

site url please?

1 Like

Http
http://senpai.today

Https
https://senpai.today

I remind you, I wanted to redirect from http to https

by the way, clearing cookies doesn’t help

Try to remove all code snippets present in your .htaccess file and add this one instead:

RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} http
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
2 Likes

hmmm, strange, now it doesn’t work at all, even the https site itself

Hmmm,i try, why not
Thx

1 Like

I adore you, thx

1 Like

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