Skip to content

Instantly share code, notes, and snippets.

@joshhartman
Created December 6, 2018 17:49
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 joshhartman/12c8b38cc37dd66bc80c104a87e91fd9 to your computer and use it in GitHub Desktop.
Save joshhartman/12c8b38cc37dd66bc80c104a87e91fd9 to your computer and use it in GitHub Desktop.
Simple Let's Encrypt AutoSSL Rewrite Rule
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^\.well-known - [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment