Skip to content

Instantly share code, notes, and snippets.

@jnaskali
Created April 11, 2012 10:38
Show Gist options
  • Save jnaskali/2358567 to your computer and use it in GitHub Desktop.
Save jnaskali/2358567 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