Skip to content

Instantly share code, notes, and snippets.

@Shakil-Shahadat
Created March 22, 2019 17:51
Show Gist options
  • Save Shakil-Shahadat/7ce16dc4c5859741e45efd12d2ee947e to your computer and use it in GitHub Desktop.
Save Shakil-Shahadat/7ce16dc4c5859741e45efd12d2ee947e to your computer and use it in GitHub Desktop.
Redirect to ssl version of a site
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment