Skip to content

Instantly share code, notes, and snippets.

@RoesWibowo
Created July 18, 2016 03:54
Show Gist options
  • Save RoesWibowo/e4b5e201a92d7e0b5e440d19d8a4f733 to your computer and use it in GitHub Desktop.
Save RoesWibowo/e4b5e201a92d7e0b5e440d19d8a4f733 to your computer and use it in GitHub Desktop.
Redirect to ssl
#rewrite to HTTPS:
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment