[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: "Dan" <dan@xxxxxxxxxxxxx>
- Date: Wed Aug 23 09:27:45 2000
> Thanks.. 8-) It was...
>
> Any problem if I make:
>
> AddHandler server-parsed .shtml .htm .html
> AddType text/html .shtml .htm .html
>
> on /etc/httpd/conf/srm.conf?
>
Might make a hit on performance if every .htm/.html file on the server needs
to be parsed. You can do it site by site with a .htaccess file.
--
Dan Kriwitsky