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