From 9b71bfa7f34bb9a7c4352b2c65247c0107dcf5fd Mon Sep 17 00:00:00 2001 From: Anna Sidwell Date: Tue, 7 Aug 2018 17:09:42 +0100 Subject: [PATCH] Allow access to .well-known for certbot (#952) --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 38e5e8165..6b8760c48 100644 --- a/.htaccess +++ b/.htaccess @@ -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.*$