Merge branch 'master' of ssh://repos.thedevstack.de/httpupload

This commit is contained in:
steckbrief 2016-08-22 16:29:51 +02:00
commit c3c9e08f17

View file

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