This is happens to me and #valcatohosting allowed to use free #HTTPS #SSL for website
Other mostly #hosting companies are providing free for #SSL #wordpress websites only
<IfModule mod_rewrite.c> RewriteEngine On #for to https - END code RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] #for to https - END code <IfModule mod_rewrite.c>