Skip to content

Instantly share code, notes, and snippets.

@deshabhishek007
Created October 2, 2018 13:33
Show Gist options
  • Save deshabhishek007/c665df7d5fecf0c7f9f5e36935e5b0c6 to your computer and use it in GitHub Desktop.
Save deshabhishek007/c665df7d5fecf0c7f9f5e36935e5b0c6 to your computer and use it in GitHub Desktop.
Force SSL
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