[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: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Fri Oct 26 17:54:47 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> My server executes SSI - commands only if the HTML page has the ending
> .shtml.
> I would like to execute the code however in pages with the ending .html.
>
> How can I "teach" that to the server?
> Which configuration files do I have to process?
> Any ideas?
> Thanks,
>
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