Skip to content

Instantly share code, notes, and snippets.

@trevor-atlas
Created November 17, 2014 17:14
Show Gist options
  • Save trevor-atlas/d02aa0b8d6691136515c to your computer and use it in GitHub Desktop.
Save trevor-atlas/d02aa0b8d6691136515c to your computer and use it in GitHub Desktop.
Force Https
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} ^domainname\.com*
RewriteRule ^(.*)$ https://www.domainname.com/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment