Go back
Web Form Problem

Web Form Problem

General

Vote Up
Vote Down

The dynamic page for feedback on a website I just developed is not responding fine (feedback.asp). After uploading, the form is not displayed in a mode ready for posting and if you try to post anything the error below comes up.

Method Not Allowed
The requested method POST is not allowed for the URL /feedback.asp.

Apache/1.3.37 Server at www.hilltorch.com Port 80

Can anyone kindly assist?

Vote Up
Vote Down

Sorry I can't help, but if you also post this problem in the "Help" forum you may get some responses.

Vote Up
Vote Down

Originally posted by jamjamjoe
The dynamic page for feedback on a website I just developed is not responding fine (feedback.asp). After uploading, the form is not displayed in a mode ready for posting and if you try to post anything the error below comes up.

Method Not Allowed
The requested method POST is not allowed for the URL /feedback.asp.

Apache/1.3.37 Server at www.hilltorch.com Port 80

Can anyone kindly assist?
Do you have more than one file in the directory that has the name feedback.*** ?

Vote Up
Vote Down

Originally posted by lepomis
Do you have more than one file in the directory that has the name feedback.*** ?
Feedback is not the name of his directory. Feedback.asp is the name of the ASP page he is trying to write.

jamjamjoe - does it work with GET?

Vote Up
Vote Down

Originally posted by MCA
Feedback is not the name of his directory. Feedback.asp is the name of the ASP page he is trying to write.

jamjamjoe - does it work with GET?
I worded that wrong. I had a similar problem once and it was similar named files that was the problem. I think .html and .php

Vote Up
Vote Down

Originally posted by MCA
Feedback is not the name of his directory. Feedback.asp is the name of the ASP page he is trying to write.

jamjamjoe - does it work with GET?
I have not tried it with a GET