From 14bce014a359e9560465393a563d8cfe723bf7a5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 23 Sep 2023 07:16:04 +0200 Subject: [PATCH] Update htaccess with suggested fix from Softaculous --- .htaccess | 6 ++---- public/.htaccess | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.htaccess b/.htaccess index 006074f2ea..952bdc1f4a 100644 --- a/.htaccess +++ b/.htaccess @@ -8,7 +8,5 @@ # To hide directory listing Options All -Indexes -# To prevent access to .env and other files - - Deny from all - +# To prevent access any file +Deny from all diff --git a/public/.htaccess b/public/.htaccess index 09683488bd..7e00f5b6ad 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,3 +1,4 @@ +Allow from all Options -MultiViews