[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] cgi not executing
- Subject: Re: [cobalt-users] cgi not executing
- From: flash22@xxxxxxx
- Date: Thu Mar 1 17:12:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 28 Feb 2001, andre wrote:
> hi,
>
> also my
>
> <!-- #exec cgi="counter.pl"-->
-----^
You can not have a space between -- and #
Also it is recommended that you *do* have a space before the closing -->
Also, consider using <!--#include virtual="URL TO COUNTER" -->
It's somewhat safer and easier to manage as it works in url space instead
of filesystem space (note that it is subject to mime types)
gsh