Skip to content

Instantly share code, notes, and snippets.

@Bjoelin
Created November 19, 2016 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bjoelin/11b9e7384f427a2330dca8d3de5de5ed to your computer and use it in GitHub Desktop.
Save Bjoelin/11b9e7384f427a2330dca8d3de5de5ed to your computer and use it in GitHub Desktop.
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
RewriteCond %{HTTPS} !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