Skip to content

Instantly share code, notes, and snippets.

@4ley
Created April 27, 2017 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 4ley/ac9fbbfab0f79d7327277281699e5aca to your computer and use it in GitHub Desktop.
Save 4ley/ac9fbbfab0f79d7327277281699e5aca to your computer and use it in GitHub Desktop.
Force HTTPS
# Force HTTPS
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment