Hi all,
I was wondering, if I put in a web page a link to a local
URL such as for an image, e.g.
<img src=/blahblah.gif>
or
<img src=blahblah.gif>
What do these resolve to?
I've just seen some evidence that the first one resolves to
domain.com/blahblah.gif
even when the browser thinks there is a prefix, thus:
www.domain.com.
Thanks for any ...