Hi,
I'm having problem with cases like the following:
suppose I have an html page at the following location:
http://www.mysite.com/html/script.html
and it has a <IMG SRC="/images/box.gif"> tag... It's suppose to start from the base and grab the image from http://www.mysite.com/images/box.gif
However, instead, it shows a broken image (box with no image)... I'm guessing it doesn't know what to do with the "/" and tries to fetch the image from http://www.mysite.com/html/images/box.gif and therefore throws a broken image.
I'm not sure whether I set up Apache to go to the appropriate directory if there is a "/" at the beginning of a link. Any ideas?
-S