aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2016-08-22 16:29:51 +0200
committersteckbrief <steckbrief@chefmail.de>2016-08-22 16:29:51 +0200
commitc3c9e08f17c7c74e5f3baeb9a855517b504f89e4 (patch)
tree14f71c1cc7be491445e88074841919811d0f6c5d
parent6950c42925396e5edfffe4746522bbf35de36282 (diff)
parentfe33066a1b84b80213fe17284edb18abe430837d (diff)
Merge branch 'master' of ssh://repos.thedevstack.de/httpupload
-rw-r--r--storage-backend/.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage-backend/.htaccess b/storage-backend/.htaccess
index 6848e98..5862aac 100644
--- a/storage-backend/.htaccess
+++ b/storage-backend/.htaccess
@@ -1,3 +1,3 @@
RewriteEngine on
-RewriteCond %{REQUEST_METHOD} !^(DELETE|PUT)
+RewriteCond %{REQUEST_METHOD} (DELETE|PUT)
RewriteRule ^(.*)$ index.php?uri=$1 [L,QSA]