405 "Method Not Allowed" error
I am currently in the process of developing a website and getting all the bugs out. On my order form page I continue to receive the following error whenever I submit the form:Method Not Allowed
The requested method POST is not allowed for the URL /assuretech/cgi-bin/secure.pl.
I have gone in circles with my technical support regarding this issue and they have no idea what it is. They continue to say it has something to do with the Perl script I am using but the only time I get this error is when I am referencing my host's secure server (https://host5.avidhosting.com). If I just call the script from my cgi-bin (cgi-bin/secure.pl) I don't have any trouble. I have spent several hours reading articles on the Internet in regard to this 405 error and from what I have gathered this issue is a misconfiguration on the server that the admin needs to resolve. Is this correct? Is there anything on my end that I may be doing wrong?
The url for the order form is here: (http://www.assuretech.net/dataform/order.htm).
If anyone could help me figure this out, I would be very thankful.
Travis