Skip to content

Instantly share code, notes, and snippets.

@xaif
Created November 26, 2020 20:13
Show Gist options
  • Save xaif/ebc18ce63bf5e20db29e6438fe239b83 to your computer and use it in GitHub Desktop.
Save xaif/ebc18ce63bf5e20db29e6438fe239b83 to your computer and use it in GitHub Desktop.
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