Click to See Complete Forum and Search --> : Apache and base links


niyogi
03-23-2001, 05:09 AM
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

niyogi
03-23-2001, 05:33 AM
Nevermind,

I was being silly and completely forgot about case sensitivity.. Ignore this. :)

-S