Skip to content

Instantly share code, notes, and snippets.

@pradeepdotco
Created July 16, 2017 17:52
Show Gist options
  • Save pradeepdotco/d6f599b4375520bb5dc678cbaf012c94 to your computer and use it in GitHub Desktop.
Save pradeepdotco/d6f599b4375520bb5dc678cbaf012c94 to your computer and use it in GitHub Desktop.
Redirection code from HTTP to HTTPS
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