From fa17f36311f3012053b0413b3618ad97cb4c9bba Mon Sep 17 00:00:00 2001 From: steckbrief Date: Sat, 20 Aug 2016 21:29:05 +0200 Subject: Feature added: delete a file previously uploaded using the httpupload --- storage-backend/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage-backend/.htaccess') diff --git a/storage-backend/.htaccess b/storage-backend/.htaccess index 6655c30..6848e98 100644 --- a/storage-backend/.htaccess +++ b/storage-backend/.htaccess @@ -1,3 +1,3 @@ RewriteEngine on -RewriteCond %{REQUEST_METHOD} =PUT +RewriteCond %{REQUEST_METHOD} !^(DELETE|PUT) RewriteRule ^(.*)$ index.php?uri=$1 [L,QSA] -- cgit v1.2.3