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

Re: [cobalt-developers] Includes and Virtual Sites...



Hi Brian!

There are actually two different commands for SSIs that are accepted by
different server configurations.

Instead of :
<!--#include virtual="/cgi-bin/program.pl?multi=/path/to/filename.html"-->
Try this:
<!--#exec cgi="/cgi-bin/program.pl?multi=/path/to/filename.html"-->

Hope this helps!

Max
"fowgeduhboutit!"
----- Original Message -----
From: <cio@xxxxxxxxxxxxx>
To: <cobalt-developers@xxxxxxxxxxxxxxx>
Sent: Saturday, June 24, 2000 7:47 AM
Subject: [cobalt-developers] Includes and Virtual Sites...


> I'm having trouble getting a server side include to work with a virtual
> site...
> the virtual site has - Enable Server Side Includes - on (checked)
>
> I'm assuming the problem is with the location I'm telling the page the
> include is located. The thing just refuses to show up on the page. I
> have no html or body tags in the include in case you had that thought
> ;)
>
> With my.inc in the /web/ dir of the virtual site 3 I've tried:
>
> <!--#include virtual="my.inc"-->
> <!--#include virtual="/web/my.inc"-->
> <!--#include virtual="../web/my.inc"-->
> <!--#include virtual="/home/sites/site3/web/my.inc"-->
>
> Any ideas on how to get this thing to show the include???
>
> Thanks ahead;
>
> Brian
>
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>