httpupload/storage-backend/.htaccess

3 lines
104 B
ApacheConf

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