[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] RaQ4: SSI and html-files
- Subject: RE: [cobalt-users] RaQ4: SSI and html-files
- From: "Dan Kriwitsky" <webhosting@xxxxxxxxx>
- Date: Fri Oct 26 15:10:09 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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