httpupload/storage-backend/.htaccess
2016-01-04 12:46:38 +01:00

3 lines
96 B
ApacheConf

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