Skip to content

Instantly share code, notes, and snippets.

@diogomachado
Created March 23, 2016 23:17
Show Gist options
  • Save diogomachado/31e9f5547d4fe0ac8056 to your computer and use it in GitHub Desktop.
Save diogomachado/31e9f5547d4fe0ac8056 to your computer and use it in GitHub Desktop.
Redirect http to https
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment