Last active
January 1, 2018 05:17
-
-
Save mennwebs/9163345af61dfea9c906e14449f98a53 to your computer and use it in GitHub Desktop.
force HTTPS - เพิ่มไว้บนสุดของไฟล์ได้เลย
This file contains 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
RewriteEngine On | |
RewriteCond %{HTTP:X-Forwarded-Proto} !https | |
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