Enable PUT method on apache for any php script
- by Falken
Hello serverfault,
I would like to enable the PUT and DELETE methods to any .php script on my Apache web server.
Currently I only have this answer :
The requested method PUT is not
allowed for the URL /something.php
I'm running Apache2 / PHP5 on a Debian lenny.