Skip to content

Instantly share code, notes, and snippets.

@OpeOnikute
Created July 24, 2019 15:45
Show Gist options
  • Save OpeOnikute/215a8407dedd26b3555a23b4e3326540 to your computer and use it in GitHub Desktop.
Save OpeOnikute/215a8407dedd26b3555a23b4e3326540 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{HTTPS} !=on
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