From 12debe134b15cfe855986842243f2b6ea9a90593 Mon Sep 17 00:00:00 2001 From: Junior Date: Fri, 18 Apr 2025 14:15:48 -0400 Subject: [PATCH] Fix htaccess syntax to deny all --- scripts/.htaccess | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/.htaccess b/scripts/.htaccess index ff2beb8..b66e808 100644 --- a/scripts/.htaccess +++ b/scripts/.htaccess @@ -1,2 +1 @@ -order deny,allow -deny from all +Require all denied