I created a website and it works fine when I run it on my PC. But when I move it to the hosting server I get the following message:
Method Not Allowed
The requested method POST is not allowed for the URL /madison.html.
----------------------------
Apache/1.3.27 Server at Port 80
Here is the code:
<FORM method="post" action="madison.html"><SELECT name="form1" size="1">
<OPTION value="County" selected>Madison</OPTION>
<OPTION value="County">Delaware</OPTION>
</SELECT><INPUT type="submit" name="Search" value="Search"></FORM>
Just confused?
Thanks,
Bob
Method Not Allowed
The requested method POST is not allowed for the URL /madison.html.
----------------------------
Apache/1.3.27 Server at Port 80
Here is the code:
<FORM method="post" action="madison.html"><SELECT name="form1" size="1">
<OPTION value="County" selected>Madison</OPTION>
<OPTION value="County">Delaware</OPTION>
</SELECT><INPUT type="submit" name="Search" value="Search"></FORM>
Just confused?
Thanks,
Bob