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

[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