From 5eeee5d709b392d82c07dd8975eeb426804888f7 Mon Sep 17 00:00:00 2001 From: WebVPF <61043464+WebVPF@users.noreply.github.com> Date: Wed, 26 May 2021 23:27:54 +0300 Subject: [PATCH] Update .htaccess (#191) Co-authored-by: Luke Towers --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index addd1a9f07..b6afe66aec 100644 --- a/.htaccess +++ b/.htaccess @@ -19,7 +19,7 @@ # RewriteRule (.*) https://%{SERVER_NAME}/$1 [L,R=301] ## - ## Black listed folders + ## Paths explicitly blocked from being handled by the server ## RewriteRule ^bootstrap/.* index.php [L,NC] RewriteRule ^config/.* index.php [L,NC] @@ -31,7 +31,7 @@ RewriteRule ^storage/app/uploads/protected/.* index.php [L,NC] ## - ## White listed folders + ## Paths explicitly handled by the server ## RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} !/.well-known/*