From 9d58ce9ab2b0a1367349a9312ef0f9293dc731bb Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Fri, 17 Feb 2023 23:45:00 +0700 Subject: [PATCH] Replaced deny from all with Require all denied --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index d52e20531..a689fba84 100644 --- a/.htaccess +++ b/.htaccess @@ -14,5 +14,5 @@ RedirectMatch 404 /\\.git(/|$) ## deny access to system files -deny from all +Require all denied