Skip to content

Instantly share code, notes, and snippets.

@mennwebs
Last active January 1, 2018 05:17
Show Gist options
  • Save mennwebs/9163345af61dfea9c906e14449f98a53 to your computer and use it in GitHub Desktop.
Save mennwebs/9163345af61dfea9c906e14449f98a53 to your computer and use it in GitHub Desktop.
force HTTPS - เพิ่มไว้บนสุดของไฟล์ได้เลย
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