Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

METHOD NOT ALLOWED

Status
Not open for further replies.

jxfish2

Technical User
Jan 24, 2002
183
US
I'm getting the following error when I attempt to submit a form, using the POST method:

The requested method POST is not allowed for the URL /~webuser/form1.php.

The Apache access_log shows the following errors:

[10/Feb/2002:23:27:07 -0800] "POST /~webuser/form1.php HTTP/1.1" 405 248

I'm attempting to POST to a PHP document, from an HTML form.

<form action=&quot;main.php&quot; method=&quot;post&quot;>

The error / status code &quot;405&quot; indicates that the method specified in the Request-Line is not allowed for the resource identified by the Request-URI.

I believe the problem is with one of my webserver settings, some type of permissions error, but haven't been able to figure out what it is...

So, Any help would be much appreciated.

TIA

Joe F.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top