httpupload/storage-backend/.htaccess

3 lines
106 B
ApacheConf

RewriteEngine on
RewriteCond %{REQUEST_METHOD} !^(DELETE|PUT)
RewriteRule ^(.*)$ index.php?uri=$1 [L,QSA]