From 975fdbbab0549863c4aa50519fac9189c8f4a74e Mon Sep 17 00:00:00 2001 From: Derk Braakman Date: Thu, 13 Mar 2014 17:16:21 +0100 Subject: [PATCH] Update .htaccess I needed this addition to have my Apache work with PUT and DELETE. Great example by the way. --- api/.htaccess | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api/.htaccess b/api/.htaccess index 706a6f4..faecbe1 100755 --- a/api/.htaccess +++ b/api/.htaccess @@ -7,4 +7,8 @@ RewriteEngine On # RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f -RewriteRule ^(.*)$ index.php [QSA,L] \ No newline at end of file +RewriteRule ^(.*)$ index.php [QSA,L] + + + Allow from all +