Too Many Redirects
Hello,
I have successfully installed a TLS certificate on a site. The site is now accessible over http and https. I have attempted forcing https, 'the site then shows too many redirects'. I used the cPanel feature, and even htaccess, but same error. Anyone with a possible reason why this keeps happening? Thanks.
-
Try adding this code to the .htaccess file: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]0 -
@sola Let us know if the advice provided by @quietFinn helps. 0
Please sign in to leave a comment.
Comments
2 comments