[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] server side includes
- Subject: Re: [cobalt-users] server side includes
- From: "Joseph Bannon" <joseph@xxxxxxxxxxxx>
- Date: Fri Nov 10 14:08:00 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I used both virtual and file (below). One of the odd things is that when I
name the file .shtml, it gives me the source when I view it through the
browser. Is it apache?
<!--#include file="top.html"-->
<!--#include virtual="top.html"-->
-Joseph