Skip to content

Instantly share code, notes, and snippets.

@alternative-rvb
Created October 15, 2019 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alternative-rvb/faad932d5facb90e942ebd1115f0ca4b to your computer and use it in GitHub Desktop.
Save alternative-rvb/faad932d5facb90e942ebd1115f0ca4b to your computer and use it in GitHub Desktop.
# redirect http -> https
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