.htaccess 246 B

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