From 6561c4b6c2e772d8c7d43181e19767a0d43438ec Mon Sep 17 00:00:00 2001 From: Taras Machyshyn Date: Mon, 18 Aug 2014 16:02:58 +0300 Subject: [PATCH] fix PATCH method --- .htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.htaccess b/.htaccess index e6c9c48545..defe7f3b6c 100755 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,7 @@ + + Header always set Access-Control-Allow-Methods "POST, GET, PUT, PATCH, DELETE" + + DirectoryIndex index.php index.html # PROTECTED DIRECTORIES