Skip to content

Instantly share code, notes, and snippets.

@vinacms
Created April 27, 2017 15:50
Show Gist options
  • Save vinacms/188e9b719f852f74746455c6665d8f53 to your computer and use it in GitHub Desktop.
Save vinacms/188e9b719f852f74746455c6665d8f53 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment