[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] htaccess - details
- Subject: Re: [cobalt-users] htaccess - details
- From: "rks" <cobalt@xxxxxxxxxxxx>
- Date: Fri Mar 15 21:44:25 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > I am curious tho; is there a way to enable SSI for .htm/.html
> > WITHOUT using AddType or editing the httpd.conf file?
> >
> In .htaccess add
> AddType text/x-server-parsed-html .html .htm
Not necessarily a desirable thing to do though, since the server will be
forced to check every html/htm file that is served for SSI. Even if there
is none on the page, it will impact performance at some point.
rks