new to CGI but it's what I have
it's a free script for a BBS but all I have is the CGI file.
I put it in the cgi-bin folder on my server
and changed permissions
question: how do I access it..
I tried typing in the url. but it's apache and says it can't find it.
my structure is as follows (excerpt)
root
- httpdocs (web pages, public access files)
- cgi-bin (cgi stuff)
problem is that my website root is httpdocs...
so when an end user logs on to
http://www.nick-tucker.comthey are directed to httpdocs and the index.htm therein.
how do I get a user redicted to cgi-bin ?
I must be missing something and have never worked with cgi scripts.