[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ4: SSI and html-files
- Subject: Re: [cobalt-users] RaQ4: SSI and html-files
- From: Revd leonard payne <vicarage@xxxxxxxxxxxxxx>
- Date: Sat Oct 27 04:26:05 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
on 27/10/01 12:46 am, Gerald Waugh at gerald@xxxxxxxxx mumbled something
like:
> in srm.conf
>
> # To use server-parsed HTML files
> #AddType text/html .shtml
> #AddHandler server-parsed .shtml
> Uncomment the AddType AddHandler lines
> Be advised this means the server has to parse all html files and that takes
> TIME.
>
> Gerald
>
Embedded in this piece of advice was a real gem of information.
I routinely suffix all my files with .shtml - just in case in happen to use
SSI's - and I wonder why its a little slow. - It's because every file is
being parsed - deep joy!
On one of my sites, an SSI is enbedded in the template - just to get the
date and time. I'm gonna try it without the date and time and see what
happens
Thanks Gerald