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