How do I reference the web root from any location within a web site? For
example, if I am several directories deep in a web site, say
www.domain.com/a/a/a/a, how do I reference a document several levels deep
along a different branch of the web root such as www.domain.com/b/b/b/b?
I know that ../ will get me up one level, but is there a shorthand get to
the root? I have tried ./ with no success. My only recourse has been to
supply the FQDN for every link and I'm sure there is an alternative to
entering http://www.domain.com/etc... for local links. Any suggestions?