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

RE: [cobalt-users] RaQ4: SSI and html-files



> How can I "teach" that to the server?
> Which configuration files do I have to process?
> Any ideas?

You can do that in any directory with .htaccess or in the httpd.conf file.
Just take a look at your httpd.conf file and look for the .shtml and add
.html after it.
Or with .htaccess
AddType text/x-server-parsed-html .html .shtml
--
Dan Kriwitsky