Skip to content

Instantly share code, notes, and snippets.

@plasticbrain
Created November 26, 2012 23:15
Show Gist options
  • Select an option

  • Save plasticbrain/4151302 to your computer and use it in GitHub Desktop.

Select an option

Save plasticbrain/4151302 to your computer and use it in GitHub Desktop.
HTACCESS: Force https
### Force https://
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment