PDA

View Full Version : "Post" not allowed?


John
02-19-2003, 11:32 AM
This is a strange error that I have never run into before.

I have created a mock-up of a site that will eventually have some code behind it.

It is a series of very simple forms using the POST method for passing the information. Now each one of these forms are strictly HTML, and the POST method that calls each subsequent form works just fine on my local machine, but when uploaded to the remote server I get this error when using the POST method:

Method Not Allowed
The requested method POST is not allowed for the URL /azindex.html.

You can see it for yourself by going to this address:

http://www.citysave.net/index2.html

and you can see that the GET function works on the remote server by going here:

http://www.citysave.net/

Any clues on what is happening?

John

eugene
02-24-2003, 01:25 AM
the URL /index2.html doesn't show up...
have you fixed the problem?

John
02-24-2003, 01:59 AM
Yes... I figured it out. Thanks!