[an error occurred while processing this directive]
I've created a form, but I am getting the error message "Not Found"

If you are getting a "Not Found" error immediately after submitting a form, then you likely have an error in the "Action" portion of the opening FORM tag. The opening FORM tag of any WebCom form should look like this:

<FORM METHOD="POST" ACTION="http://webcom.com/~webcom/cgi-bin/form">

and the FORM tag for a form which initiates a Glimpse Search should read as:

<FORM METHOD="POST" ACTION="http://webcom.com/~webcom/cgi-bin/glimpse">

If you are getting an error saying that a particular file is not found, then your configuration file script is having difficulty finding a file where you have told it to look. In this case, you will want to double check all references to files in your account, to look for possible errors.

[an error occurred while processing this directive]