PDA

View Full Version : html in cgi-bin


snoop
05-25-2003, 05:23 AM
anyone know how i can run/view html pages in my cgi-bin?
my cgi program outputs the data into html files (caching) in a subdirectory of my cgi-bin but i can't view them: ie:

http://bannerking.netfirms.com/cgi-bin/computing.html

how do i allow the 'computing.html' file to be viewed?

thanks in advance

DAve

chrisvmarle
05-25-2003, 11:08 AM
You can't, because netfirms doesn't allow that.
What you could do is editing the script so it creates computing.html outside the cgi-bin

Mzzl, Chris