Error Too many redirects

My website url is http://valanemc.ga/ but I added ssl to it and want to reidrect all trafic to https://valanemc.ga/ but i get a error that says “valanemc.ga redirected you too many times.”
please help if possible

Try to remove any of the redirect code on the .htaccess present on your htdocs folder generated from the “Redirects” tool of the Control Panel and use the following htaccess code, picked from this KB article:

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

Thanks you have fixed my issue

1 Like

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