[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] SSI and full paths



Hello and Happy New Year.

I have a problem using SSI. I want a file into all of my WEB pages
(*.shtml) using some of the next directives:

<!--#include virtual="/home/sites/site14/web/inc/head.ihtml" -->
or
<!--#include file="/home/sites/site14/web/inc/head.ihtml" -->

None of them works. They only work if I use a relative path. For example,
this works:

<!--#include virtual="./inc/head.ihtml" -->

Anyone knows why I can't use full paths....?

Thanks

Toni