Skip to content

Instantly share code, notes, and snippets.

@fabienlege
Created May 28, 2018 10:27
Show Gist options
  • Save fabienlege/89c4618dbd2bbf810f7b143fb47b1cfc to your computer and use it in GitHub Desktop.
Save fabienlege/89c4618dbd2bbf810f7b143fb47b1cfc to your computer and use it in GitHub Desktop.
Redirect all visitors to https with. Force https apache
RewriteCond %{HTTPS} off
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment