In Coranto.cgi, where the header is built, I've got this:
- Code: Select all
print qq~
<link href="templates/coranto.css" rel="stylesheet" type="text/css" />~;
Which SHOULD call the style sheet into the header, but it doesn't. I know there are issues with reading certain file types in the cgi-bin, and this apparently effects this call as well. If I place the style sheet in another domain entirely, for example, it works fine. Is there a way to make this call work in cgi-bin, or will templating require an outside directory to handle it?