CGI scripts
CGI scripts

Inside the web directory, you'll find a directory named "cgi-bin" if your account has cgi support. All cgi programs and scripts should be stored in your cgi-bin directory. There are some sample cgi scripts in this directory. You can use them or create your own. If you are interested in using any of the scripts in your cgi directory, they are described in detail at:

http://bliss.seagull.net/

In your html files, you should refer to your cgi programs and scripts as follows:

/cgi-bin/scriptname.cgi

For example, this html snippet:

<A HREF="/cgi-bin/test.cgi">Show Me The Info!</A>

will display the results of the test.cgi script in a person's web browser.


Go back to the Virtual Site Administration Page