Skip to content

Instantly share code, notes, and snippets.

@stenehall
Created September 14, 2015 19:50
Show Gist options
  • Save stenehall/9855e42c592b6de3d1a6 to your computer and use it in GitHub Desktop.
Save stenehall/9855e42c592b6de3d1a6 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{HTTPS} !^on$
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment