This is the result of trying to use a POST method form to submit data to a CGI script that does not exist (or in some cases, cannot be executed due to permissions). The server's error is completely misleading. Your form probably contains something like: <FORM METHOD="POST" ACTION="http://www.iperweb.com/cgi-bin/results.cgi"> In this case, note the typo: cgi-bin instead of cgi-iperweb. |