# HTTP->HTTPS rewrite rule not necessary with new hosting, since all connections # are redirected automatically before they hit the webserver. # # RewriteEngine On # RewriteCond %{HTTPS} off # RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}