blob: a356c90faa135be30a16bccad62961d88c5b8a20 [file] [log] [blame]
RewriteEngine on
# Switch http to https
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]