Skip to content

Instantly share code, notes, and snippets.

@BtbN
Created January 19, 2015 10:08
Show Gist options
  • Select an option

  • Save BtbN/612f17a8aca6695dee29 to your computer and use it in GitHub Desktop.

Select an option

Save BtbN/612f17a8aca6695dee29 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin ...
ServerName ...
RewriteEngine On
RewriteCond %{HTTP_HOST} (.*)
RewriteRule (.*) https://%1$1 [R=permanent,QSA,L]
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment