[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Method POST Not Allowed (Front Page FormBot)



Hi,
At 18:44 27-11-2001 -0500, John Marsh wrote:
>When submitting a newly created form I get a 405 message - Method Not
>Allowed - The requested method POST is not allowed for the URL
>/3/pra/prov_dir_signup.shtml

You cannot POST to a normal html file (see Apache FAQ).  You should do the
POST to a cgi script.

Regards,
-sm