From 4488ea4bb9924eed1ac9e9ea98bb093510a68788 Mon Sep 17 00:00:00 2001 From: Keith Carangelo Date: Mon, 14 Sep 2020 15:32:51 -0400 Subject: Added PATCH to the allowed Apache request methods. --- .htaccess | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 4c004271..76fd7d09 100644 --- a/.htaccess +++ b/.htaccess @@ -15,23 +15,7 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^ index.php [QSA,L] - - - = 2.4> - Require all granted - - - Allow from all - Deny from none - - - - - Require all granted - - - - + = 2.4> Require all denied -- cgit v1.2.3