Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Steve M. on October 18, 2000, 03:43:13 AM
-
I have a web form in the html directory in an ibay.
I have a CGI script in the cgi-bin directory in the same ibay.
Permissions on both are 755.
upon "submit", I get the "Page no found" error from the browser.
tail of error_log reveals:
File does not exist: /home/e-smith/files/ibays/test/html/env.cgi
I have tried:
-
Steve M. wrote:
> I have tried: > method="GET"> > action="./env.cgi" method="GET">
> > method="GET"> > action="../cgi-bin/env.cgi" method="GET">
>
> What do I have to setup in order to fix this?
CGI scripts used in ibays are referenced using the path "/your_ibay_name/cgi-bin/your_cgi_script".
Paul