Skip to content

Instantly share code, notes, and snippets.

@akmandev
Created May 25, 2016 13:42
Show Gist options
  • Save akmandev/6a940a85dbd574ca17d998606a55c6c2 to your computer and use it in GitHub Desktop.
Save akmandev/6a940a85dbd574ca17d998606a55c6c2 to your computer and use it in GitHub Desktop.
Force User to HTTPS Link
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment