Skip to content

Instantly share code, notes, and snippets.

@smtechno
Last active November 13, 2020 10:02
Show Gist options
  • Save smtechno/a63c00192a622443d8e57d133ba30f35 to your computer and use it in GitHub Desktop.
Save smtechno/a63c00192a622443d8e57d133ba30f35 to your computer and use it in GitHub Desktop.
Force SSL for 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