Skip to content

Instantly share code, notes, and snippets.

@yxod
Created December 3, 2018 07:05
Show Gist options
  • Save yxod/8cce5ff3f8e761890139a0df283a184d to your computer and use it in GitHub Desktop.
Save yxod/8cce5ff3f8e761890139a0df283a184d to your computer and use it in GitHub Desktop.
ssl 301
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment