[PHP-WIN] 405 - Method Not Allowed

2003-03-07 Thread Chris Morris
I am running the latest version of PHP on Windows 2000 Server & the latest version of Apache. I have a PHP script that is used to process a POST request. Simple enough, right? Well, whenever thsi script is called, I get a 405 Method Not Allowed error. The script is in a folder off of the "htdoc

[PHP-WIN] 405 Method Not Allowed

2001-09-10 Thread Sichta Daniel
Hi all, cfg: w2k, Apache1.3, php4.0.4 In index.html I have form with method set to POST. When I try to acces this page I'm getting this error The requested method POST is not allowed for the URL /index.html. Could anybody know what does it mean and how can I solve it ? DAN