Skip to content

Instantly share code, notes, and snippets.

@saiik
Created November 21, 2017 12:28
Show Gist options
  • Select an option

  • Save saiik/36a0bdcb80bbee050b2d9952e0bd1e92 to your computer and use it in GitHub Desktop.

Select an option

Save saiik/36a0bdcb80bbee050b2d9952e0bd1e92 to your computer and use it in GitHub Desktop.
.htaccess HTTP > HTTPS
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment