Hi
I'm using WinXP with IIS. For development I use a mixture of FP2002 and
Dreamweaver. I would like to be able to use root-relative links, but they
don't work on my local webs, because, for example, if I'm working on the
local web
http://localhost/davesweb/, my browser (and Dreamweaver and even
FrontPage) think the web's root is
http://localhost/, whereas it is actually
http://localhost/davesweb/, so root-relative links don't work. Is there any
way of getting
http://localhost/davesweb/ to be recognised as a root?
Dave