Skip to content

Commit

Permalink
Allow access to .well-known for certbot (emoncms#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
takkaria authored Aug 7, 2018
1 parent 1770ec0 commit 9b71bfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ DirectoryIndex index.php
# Skip rewrites for known files, folders and 4xx/5xx errors so we know if something is wrong
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteCond %{REQUEST_URI} !=/robots.txt
RewriteCond %{REQUEST_URI} !^/.well-known/.$
RewriteCond %{REQUEST_URI} !^/?docs.*$
RewriteCond %{REQUEST_URI} !^/?Lib.*$
RewriteCond %{REQUEST_URI} !^/?Modules.*$
Expand Down

0 comments on commit 9b71bfa

Please sign in to comment.