Created
May 25, 2016 13:42
-
-
Save akmandev/6a940a85dbd574ca17d998606a55c6c2 to your computer and use it in GitHub Desktop.
Force User to HTTPS Link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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