PDA

View Full Version : images from another directory


JonnyBlaze
09-26-2001, 02:43 PM
Ok, let me start off by saying, this is probably a very easy question, and I feel lil dumb by asking, but you are all so very helpful. Ok, I have been working on getting a cgi script to work for the last day. I finally got all permissions set, and it works the way its supossed to. The question now is, I would like to incorporate it into my templates for my site. I understand you can't have image files in the cgi-bin, so how would I link to the images that were in www/img folder. I think I have been staring at my screen for too long%) Thanks again.

Jonny

dank
09-26-2001, 02:54 PM
Either as a URL or full/relative file path:

http://www.yourdomain.com/img/image.gif
/img/image.gif
/big/dom/xyourdomain/www/img/image.gif

Dan

JonnyBlaze
09-26-2001, 03:28 PM
BTW, "You Rock, Dan!!!" I knew it was something easy. Thanks a lot, it works perfectly. Feel like a blockhead. Too much code...:hehe:

Thanks again,
Jonny