aboutsummaryrefslogtreecommitdiffstats
path: root/storage-backend/.htaccess
blob: 6655c30e2274d6daacad7fe315a1d64fab809f3b (plain)
1
2
3
RewriteEngine on
RewriteCond %{REQUEST_METHOD} =PUT
RewriteRule ^(.*)$ index.php?uri=$1 [L,QSA]