Re: changing the file extension of cfm to html?

2002-10-04 Thread Chris Edwards
...on Apache -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com - Original Message - From: Chris Edwards [EMAIL PROTECTED]; [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, October 04, 2002

RE: changing the file extension of cfm to html?

2002-10-04 Thread Mosh Teitelbaum
The exact process differs from one web server to the next. But basically, you need to change the association of the .html file extension so that it points to the CF executable. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW:

RE: changing the file extension of cfm to html?

2002-10-04 Thread Dave Wilson
Add a new mapping by going to the IIS5 console then select the site in question, right click...propertieshome directory...configurationAdd Add the following: Executable: C:\cfusion\runtime\lib\wsconfig\2\jrun.dll Extension: .htm check file exists: checked Apply. You can do same again

Re: changing the file extension of cfm to html?

2002-10-04 Thread Bill Wheatley
map the HTML extensions to the coldfusion dll look at your site in IIS and then see how it is done for .cfm and do the same for .htm .html - Original Message - From: Chris Edwards [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, October 04, 2002 9:55 AM Subject: changing

RE: changing the file extension of cfm to html?

2002-10-04 Thread Christine Lawson
Check out this technote for configuring .dbm and do the same for .htm files: http://www.macromedia.com/v1/Handlers/index.cfm?ID=23258Method=Full. Regards, Christine -Original Message- From: Chris Edwards [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 9:56 AM To: CF-Talk