Does anyone know how to configure Apache, in order to enable the POST method on a PHP script ?
The error I get with the current Apache config is "405 Method Not allowed"
The Apache FAQ's tell how to fix it with CGI scripts but don't mention PHP scripts...
Thanks in advance.