Enable PUT method on apache for any php script

Posted by Falken on Server Fault See other posts from Server Fault or by Falken
Published on 2010-06-07T09:42:59Z Indexed on 2010/06/07 9:53 UTC
Read the original article Hit count: 227

Filed under:
|
|
|

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.

© Server Fault or respective owner

Related posts about apache

Related posts about php