Merge branch 'master' of ssh://repos.thedevstack.de/httpupload
This commit is contained in:
commit
c3c9e08f17
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
RewriteEngine on
|
||||
RewriteCond %{REQUEST_METHOD} !^(DELETE|PUT)
|
||||
RewriteCond %{REQUEST_METHOD} (DELETE|PUT)
|
||||
RewriteRule ^(.*)$ index.php?uri=$1 [L,QSA]
|
||||
|
|
Loading…
Reference in a new issue