Skip to content

Instantly share code, notes, and snippets.

@PaulKish
Last active September 5, 2016 18:07
Show Gist options
  • Save PaulKish/8597eb2a7a530b8c8d03042c91838b55 to your computer and use it in GitHub Desktop.
Save PaulKish/8597eb2a7a530b8c8d03042c91838b55 to your computer and use it in GitHub Desktop.
Redirect http to https
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-SSL} !on
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