in reply to Re: Template Toolkit Question
in thread Template Toolkit Question

That might be an absolute path(?). But an absolute URI needs the server and protocol, no? href="/css/wiw.css" is relative to the server root.

Replies are listed 'Best First'.
Re^3: Template Toolkit Question
by almut (Canon) on May 19, 2010 at 21:35 UTC
    That might be an absolute path(?). But an absolute URI needs the server and protocol

    Sure, but I deliberately used "URL" to make it clear that we're not talking about directories on the server here, but rather what the path part of the URL maps to via the web server configuration.

    href="/css/wiw.css" is relative to the server root.

    Yes, but in this sense you could also say that a path like /usr/local is relative to the root of the file system :)