Skip to content

Commit

Permalink
fix PATCH method
Browse files Browse the repository at this point in the history
  • Loading branch information
Taras Machyshyn committed Aug 18, 2014
1 parent 1dbe2d9 commit 6561c4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<ifModule mod_headers.c>
Header always set Access-Control-Allow-Methods "POST, GET, PUT, PATCH, DELETE"
</ifModule>

DirectoryIndex index.php index.html

# PROTECTED DIRECTORIES
Expand Down

0 comments on commit 6561c4b

Please sign in to comment.