From 0bcf8f47c16e4df2bace24e76b822713c62108cf Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Sat, 12 Nov 2016 13:29:10 +1100 Subject: [PATCH] Allow .well-known directory thru the gates In accordance with RFC 5785 https://tools.ietf.org/html/rfc5785 Fixes #2480 --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 19cf82f4d..c203fb920 100644 --- a/.htaccess +++ b/.htaccess @@ -28,6 +28,7 @@ ## White listed folders ## RewriteCond %{REQUEST_FILENAME} -f + RewriteCond %{REQUEST_FILENAME} !/.well-known/* RewriteCond %{REQUEST_FILENAME} !/storage/app/uploads/.* RewriteCond %{REQUEST_FILENAME} !/storage/app/media/.* RewriteCond %{REQUEST_FILENAME} !/storage/temp/public/.*