Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wmgodyak/3e217b79ca274051998a6783eb4450a2 to your computer and use it in GitHub Desktop.
Save wmgodyak/3e217b79ca274051998a6783eb4450a2 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{HTTPS} off
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