Skip to content

Instantly share code, notes, and snippets.

@kwd
Forked from jnaskali/.htaccess
Created July 20, 2012 08:20
Show Gist options
  • Save kwd/3149545 to your computer and use it in GitHub Desktop.
Save kwd/3149545 to your computer and use it in GitHub Desktop.
htaccess: Redirect to https
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment