[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Server Side Include Problem - RaQ3
- Subject: [cobalt-users] Server Side Include Problem - RaQ3
- From: "House of Jupiter" <montyharris@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue Aug 21 18:34:23 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Can anyone tell me how to schedule a server side include on a RaQ3 please?
I have 31 different files which need to be displayed on one day each month,
and so far have had no luck.
I know SSI is working, because these two lines work :
<!--#echo var="DATE_GMT"-->
<!--#include virtual="01aq.txt" -->
But with th efollowing line :
<!--#if "&&DATE_LOCAL&&" hasstring "01" include file="01aq.txt"-->
I get an error has occured with this directive.