Skip to content

Instantly share code, notes, and snippets.

@ihatecsv
Created April 25, 2016 22:51
Show Gist options
  • Save ihatecsv/a43ff8eedeb89a313e8aa17cbde866c8 to your computer and use it in GitHub Desktop.
Save ihatecsv/a43ff8eedeb89a313e8aa17cbde866c8 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment