Skip to content

Instantly share code, notes, and snippets.

@chronosceptor
Created February 7, 2019 23:49
Show Gist options
  • Select an option

  • Save chronosceptor/41958850808f1735a5152032425ac125 to your computer and use it in GitHub Desktop.

Select an option

Save chronosceptor/41958850808f1735a5152032425ac125 to your computer and use it in GitHub Desktop.
Force SSL with .htaccess
RewriteEngine On
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