Skip to content

Instantly share code, notes, and snippets.

@NickDeckerDevs
Created March 7, 2018 15:49
Show Gist options
  • Select an option

  • Save NickDeckerDevs/cbd1cb79e9d7e5c799fbfdf22bf1aea7 to your computer and use it in GitHub Desktop.

Select an option

Save NickDeckerDevs/cbd1cb79e9d7e5c799fbfdf22bf1aea7 to your computer and use it in GitHub Desktop.
Force HTTPS on .htaccess
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://domain.com/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment