Skip to content

Instantly share code, notes, and snippets.

@loughlincodes
Created January 4, 2019 15:01
Show Gist options
  • Save loughlincodes/d6259ae04254e5dc7c5f90ddec5579a5 to your computer and use it in GitHub Desktop.
Save loughlincodes/d6259ae04254e5dc7c5f90ddec5579a5 to your computer and use it in GitHub Desktop.
htaccess - Force HTTPS
# Force HTTPS
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment