[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Method POST Not Allowed (Front Page FormBot)
- Subject: Re: [cobalt-users] Method POST Not Allowed (Front Page FormBot)
- From: SM <nntp@xxxxxxxxx>
- Date: Tue Nov 27 22:28:06 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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