Skip to main content
Participant
May 29, 2007
Question

Error message with .cfm file

  • May 29, 2007
  • 1 reply
  • 200 views
I just took over a web site and everything is working fine. But I get this error when submitting the form: "The requested method POST is not allowed for the URL /process.cfm" Would this be because a .cfm file is not supported on the host server? I've never used ColdFusion, so any help would be great. Thanks
This topic has been closed for replies.

1 reply

Inspiring
May 29, 2007
Sounds like probably your hosting company has disabled method="POST" for certain pages. You'd have to check with them regarding this restriction.

Before trying to use CF on a server, make sure the CF server software is actually installed and supported by your hosting provider. Most providers enable some application server technology (PHP, ASP, CF) by default, but sadly CF is rarely on that list.