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

Re: [cobalt-users] htaccess - details



> > 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