From 6410bf96707e381685b7dafbefcccd83ea762934 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Thu, 5 Jul 2018 20:47:26 +0200 Subject: [PATCH] API - Apache - Specify allowed HTTP method in .htaccess --- .htaccess | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.htaccess b/.htaccess index 7ba4744b..b238854c 100644 --- a/.htaccess +++ b/.htaccess @@ -14,3 +14,10 @@ RewriteRule .* - [e=HTTP_AUTHORIZATION:%1] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^ index.php [QSA,L] + + + Require all granted + + + Require all denied + -- 2.41.0