Skip to content

Instantly share code, notes, and snippets.

@fasterwp
Created June 12, 2018 05:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fasterwp/92402453a6a53a67e269eeaf6ce3575c to your computer and use it in GitHub Desktop.
Save fasterwp/92402453a6a53a67e269eeaf6ce3575c to your computer and use it in GitHub Desktop.
Redirect to HTTPS with Let's Encrypt exception
RewriteEngine On
RewriteRule ^.well-known - [L]
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment