Hello,
I am having some trouble with getting my CGI scripts to see my external stylesheets that are stored on the local machine. For example, when I go to localhost/cgi-bin/[file].cgi, it loads the CGI script, but it does not have my styles. If I try to open the .css file directly in Firefox, it has internal server error.
I also have this particular .css stored on Internet, and when I give this path in my CGI script it loads style perfectly, and I can also view this file in Firefox, so I am quite certain problem is with my Apache set up.
Many thanks to anyone who can help with this.