[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Includes and Virtual Sites...
- Subject: Re: [cobalt-developers] Includes and Virtual Sites...
- From: "Chief Executive Officer" <ceo@xxxxxxxxxxxxxxxxx>
- Date: Sat Jun 24 08:52:11 2000
- Organization: Worldwide Beauty Store, LLC
Hi Again Brian -
I forgot to add:
After you add the SSI commands to your webpage. Your webpage may need to
have a .shtml extension since it uses SSI. Most servers default to
index.shtml if there is no index.html. Since your program may have the
capability to control multiple HTML files, you may also need to tell it the
root path to the file you want it to insert in the page.
-Max
"fowgeduhboutit!"
----- Original Message -----
From: "Chief Executive Officer" <ceo@xxxxxxxxxxxxxxxxx>
To: <cobalt-developers@xxxxxxxxxxxxxxx>
Sent: Saturday, June 24, 2000 8:19 AM
Subject: 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
> >
>
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>