[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] adding webpage extentions
- Subject: Re: [cobalt-users] adding webpage extentions
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Sun Mar 4 13:52:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"PSEA Webmaster" <webmaster@xxxxxxxx> wrote
ON: Sunday, March 04, 2001 4:01 PM
> Can someone tell me which file I need to edit to add an extension like html
> or htm.
> I need to add cold fusion .cfm extensions but can not remember which file
> to edit.
> Thanks
/etc/httpd/conf/httpd.conf
edit the site that you wnat to use cold fusion.
AddHandler directive (I don't use cold-fusion but they must have given you some
AddHandler directions)
*caveat* When you use the GUI (to edit sites) it will overwrite your changes.
Work-Around: make the Virtual Host record a seperate file, in
/etc/httpd/the-file
Then enter a line in httpd.conf to "include the-file". (no "")
There may be a better way, Anyone?
Gerald