Modified .htaccess to determine request method correctly
This commit is contained in:
parent
3e797e3fe1
commit
b37c5b525f
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