Hi, Please let me state my question again as I am unable to do what I want relatively to virtual paths. I want to use existing files and directory in my website and build some pages with webgen which must have links to the old data. For example: old site something like this public_html/ index.html files/ dir1/ f1.pdf dir2/ p1.pdf etc. The webgen part of my site will be generated in the following path public_html/newsite Now in my source I tried to reference the files but it doesn''t work. I must have a relative path generated... src/ index.page dir/ subdir/ some.page Now in some.page I want to introduce a RELATIVE link such that the generated file public_html/newsite/dir/subdir/some.html will links to, say, public_html/files/dir1/f1.pdf I tried to use a virtual file, but it doesn''t let me use a relative path. If I use ../ as a prefix, it is removed. if I use a / then the path is relative to the root of the new site (i.e. public_html/newsite). How can I introduce a ''verbatim'' link ? I don''t want it to be interpreted by webgen. Best regards, JB -- M. Jean-Baptiste Yun?s http://www.liafa.jussieu.fr/~yunes/