Hello.
I’m using free host and actived free ssl with flexible option.
I selected always on https.
Now i have two index of my urls with http and https in google index.
I try this htaccess code for redirect http to https:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
but i see this error in chrome.
This page isn’t working
example.com redirected you too many times.
ERR_TOO_MANY_REDIRECTS
please help