EthernetSummit
Programmer
I have Apache set up on Windows XP. Perl is outputting an HTML file, all is going well (fortunatelty), but pictures, external css files and external javascript files aren't being used.
They just don't show up. I have them in the cgi-bin directory, and in the error logs it says that the files aren't executable. So I moved them somewhere else (E:\website\img\) and I tried to reference them using everything.
E:/website/img/ (and using backslashes)
file:///E:/website/img/
Nothing!
How can I refernce them?
my perl script is
where would I put an image to be referenced at
Thank you in advance
They just don't show up. I have them in the cgi-bin directory, and in the error logs it says that the files aren't executable. So I moved them somewhere else (E:\website\img\) and I tried to reference them using everything.
E:/website/img/ (and using backslashes)
file:///E:/website/img/
Nothing!
How can I refernce them?
my perl script is
where would I put an image to be referenced at
Thank you in advance