From: Keith Carangelo Date: Mon, 14 Sep 2020 19:32:51 +0000 (-0400) Subject: Added PATCH to the allowed Apache request methods. X-Git-Tag: v0.12.0-beta-1~13^2 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=4488ea4bb9924eed1ac9e9ea98bb093510a68788 Added PATCH to the allowed Apache request methods. --- 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