aboutsummaryrefslogtreecommitdiffstats
path: root/storage-backend/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'storage-backend/.htaccess')
-rw-r--r--storage-backend/.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage-backend/.htaccess b/storage-backend/.htaccess
new file mode 100644
index 0000000..6655c30
--- /dev/null
+++ b/storage-backend/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine on
+RewriteCond %{REQUEST_METHOD} =PUT
+RewriteRule ^(.*)$ index.php?uri=$1 [L,QSA]