Skip to content

Instantly share code, notes, and snippets.

@serverok
Created October 12, 2019 19:30
Show Gist options
  • Save serverok/da282bec97201e6bf6b3b146dc38ac0a to your computer and use it in GitHub Desktop.
Save serverok/da282bec97201e6bf6b3b146dc38ac0a to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment