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

RE: [cobalt-users] Server Side Includes



> 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