Access through web browser
http://www.YourSite.com/cgi-bin/
and scripts in the cgi-bin can be accessed from here: http://www.YourSite.com/cgi-bin/filename.cgi
In forms you can use the post command to sent information to the script
if the file is in your root dirctory:
/cgi-bin/filename.cgi
else
http://www.YourSite.com/cgi-bin/filename.cgi
|