configure default apache to resolve relative URLs
Hi,
Upon starting OS Xs Apache, I find that it doesn't resolve relative URLs if one places a forward slash in front of the directory. For example, the code (in an HTML page):
/img/graphic.gif
is not found, but
img/graphic.gif
is found.
I know it should work both ways, but how does one configure apache to handle this?
Thanks in advance.
[ 12-15-2002: Message edited by: MacLuv ]</p>
Upon starting OS Xs Apache, I find that it doesn't resolve relative URLs if one places a forward slash in front of the directory. For example, the code (in an HTML page):
/img/graphic.gif
is not found, but
img/graphic.gif
is found.
I know it should work both ways, but how does one configure apache to handle this?
Thanks in advance.
[ 12-15-2002: Message edited by: MacLuv ]</p>
Comments
/img/graphic.gif is not the same thing as img/graphic.gif.
<strong>This is an HTML problem, not an Apache problem.
/img/graphic.gif is not the same thing as img/graphic.gif.</strong><hr></blockquote>
Hi, it is an Apache problem, thanks.