Skip to content

Instantly share code, notes, and snippets.

@tuupola
Created December 12, 2012 10:34
Show Gist options
  • Save tuupola/4266748 to your computer and use it in GitHub Desktop.
Save tuupola/4266748 to your computer and use it in GitHub Desktop.
Force https in .htaccess
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