[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] SSI and full paths
- Subject: [cobalt-users] SSI and full paths
- From: Toni Soto <planeta@xxxxxx>
- Date: Tue Jan 2 05:49:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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