Skip to content

Instantly share code, notes, and snippets.

@manashcse11
Created March 22, 2017 11:15
Show Gist options
  • Save manashcse11/a57a4647b4e43b7c3691b3a6d9a9a6f5 to your computer and use it in GitHub Desktop.
Save manashcse11/a57a4647b4e43b7c3691b3a6d9a9a6f5 to your computer and use it in GitHub Desktop.
// Redirect HTTP to HTTPS automatically
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