Re: FN-FORUM: Relative path references
date posted 15th January 2004 15:44
then use "/mysite/" instead of just "/"
Though IMO you are storing up trouble for future maintaining/porting of
the site.
If you were to use DreamWeaver, you could build your generic navigation
into a template or library item, and DreamWeaver would manage the links
for you as you create your pages, and folder structure.
regards
Paul
> That doesn't work if it's a virtual directory in IIS, it just starts
> from;
>
> Http://127.0.0.1/
>
> Rather than
>
> Http://127.0.0.1/mysite/
>
> Any suggestions ?