RE: Processing .htm files as .cfm

2002-11-27 Thread Paul Wilson
That did the trick! Thanks.

-Original Message-
From: Christine Lawson [mailto:[EMAIL PROTECTED]]
Sent: 26 November 2002 19:27
To: CF-Talk
Subject: RE: Processing .htm files as .cfm


Take a look at this technote and change .dbm to .htm: 
http://www.macromedia.com/v1/Handlers/index.cfm?ID=23258Method=Full

Regards,
Christine Lawson
Macromedia

-Original Message-
From: David Notik [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 26, 2002 2:19 PM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm


That's actually a great question.

I've never tested it with CFMX, which is radically different in how it
processes everything (uses JRun, etc...).

I just now tried it, and IE just endlessly tries to open the file, which
leads me to believe that JRun.dll doesn't want to parse it.

Oh well.

--D

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 10:58 AM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm

is this cf5 or cfmx?

tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: chris regan [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:16 PM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm


You have to change the IIS settings.
Under the Home Directory tab:
Click on Configuration.
Then find the cfm extension and copy the Executable Path.
Then change the htm path to read the same.  
Fred

-Original Message-
From: Paul Wilson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:05 PM
To: CF-Talk
Subject: Processing .htm files as .cfm

Which file do i need to change to process .htm files as .cfm?

Thanks






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: Processing .htm files as .cfm

2002-11-26 Thread David Notik
Hi Paul:

This is actually a setting in your web server software.  Assuming you
use IIS, you will go into your web site's Properties  Home Directory 
Configuration, and on the Mappings tab you'll notice all the various
extensions your web server processes and the path to the application or
library that processes it.

Scroll down to .cfm or .cfml, and copy the settings you find there to
the .html or .htm (one or the other, or both) extensions.  This way you
tell IIS to point .htm/.html to ColdFusion for processing.

HTH,

--Dave

###
David Notik
Digital202, LLC
Imagination gone digital.
Web: www.digital202.com
E-mail: [EMAIL PROTECTED]
Office: (206) 575-1717
Mobile: (206) 351-3948
###


-Original Message-
From: Paul Wilson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 10:05 AM
To: CF-Talk
Subject: Processing .htm files as .cfm

Which file do i need to change to process .htm files as .cfm?

Thanks


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: Processing .htm files as .cfm

2002-11-26 Thread chris regan
You have to change the IIS settings.
Under the Home Directory tab:
Click on Configuration.
Then find the cfm extension and copy the Executable Path.
Then change the htm path to read the same.  
Fred

-Original Message-
From: Paul Wilson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:05 PM
To: CF-Talk
Subject: Processing .htm files as .cfm

Which file do i need to change to process .htm files as .cfm?

Thanks


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: Processing .htm files as .cfm

2002-11-26 Thread Tony Weeg
is this cf5 or cfmx?

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: chris regan [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:16 PM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm


You have to change the IIS settings.
Under the Home Directory tab:
Click on Configuration.
Then find the cfm extension and copy the Executable Path.
Then change the htm path to read the same.  
Fred

-Original Message-
From: Paul Wilson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:05 PM
To: CF-Talk
Subject: Processing .htm files as .cfm

Which file do i need to change to process .htm files as .cfm?

Thanks



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: Processing .htm files as .cfm

2002-11-26 Thread David Notik
That's actually a great question.

I've never tested it with CFMX, which is radically different in how it
processes everything (uses JRun, etc...).

I just now tried it, and IE just endlessly tries to open the file, which
leads me to believe that JRun.dll doesn't want to parse it.

Oh well.

--D

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 10:58 AM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm

is this cf5 or cfmx?

.tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: chris regan [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:16 PM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm


You have to change the IIS settings.
Under the Home Directory tab:
Click on Configuration.
Then find the cfm extension and copy the Executable Path.
Then change the htm path to read the same.  
Fred

-Original Message-
From: Paul Wilson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:05 PM
To: CF-Talk
Subject: Processing .htm files as .cfm

Which file do i need to change to process .htm files as .cfm?

Thanks




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: Processing .htm files as .cfm

2002-11-26 Thread CKR
I'm using cf5 and IIS

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:58 PM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm

is this cf5 or cfmx?

.tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: chris regan [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:16 PM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm


You have to change the IIS settings.
Under the Home Directory tab:
Click on Configuration.
Then find the cfm extension and copy the Executable Path.
Then change the htm path to read the same.  
Fred

-Original Message-
From: Paul Wilson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:05 PM
To: CF-Talk
Subject: Processing .htm files as .cfm

Which file do i need to change to process .htm files as .cfm?

Thanks




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: Processing .htm files as .cfm

2002-11-26 Thread Christine Lawson
Take a look at this technote and change .dbm to .htm: 
http://www.macromedia.com/v1/Handlers/index.cfm?ID=23258Method=Full

Regards,
Christine Lawson
Macromedia

-Original Message-
From: David Notik [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 26, 2002 2:19 PM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm


That's actually a great question.

I've never tested it with CFMX, which is radically different in how it
processes everything (uses JRun, etc...).

I just now tried it, and IE just endlessly tries to open the file, which
leads me to believe that JRun.dll doesn't want to parse it.

Oh well.

--D

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 10:58 AM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm

is this cf5 or cfmx?

tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: chris regan [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:16 PM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm


You have to change the IIS settings.
Under the Home Directory tab:
Click on Configuration.
Then find the cfm extension and copy the Executable Path.
Then change the htm path to read the same.  
Fred

-Original Message-
From: Paul Wilson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:05 PM
To: CF-Talk
Subject: Processing .htm files as .cfm

Which file do i need to change to process .htm files as .cfm?

Thanks





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: Processing .htm files as .cfm

2002-11-26 Thread Tony Weeg
no it works fine with cfmx, heck I have some .tony files
that are parsed by it, .anything can be parsed by either, its just that
the
setup for both is different. email me off list, if you want instructions
for
cfmx...i had much problems with this, and have got it down to a science
;)

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: David Notik [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 2:19 PM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm


That's actually a great question.

I've never tested it with CFMX, which is radically different in how it
processes everything (uses JRun, etc...).

I just now tried it, and IE just endlessly tries to open the file, which
leads me to believe that JRun.dll doesn't want to parse it.

Oh well.

--D

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 10:58 AM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm

is this cf5 or cfmx?

tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: chris regan [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:16 PM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm


You have to change the IIS settings.
Under the Home Directory tab:
Click on Configuration.
Then find the cfm extension and copy the Executable Path.
Then change the htm path to read the same.  
Fred

-Original Message-
From: Paul Wilson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:05 PM
To: CF-Talk
Subject: Processing .htm files as .cfm

Which file do i need to change to process .htm files as .cfm?

Thanks





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: Processing .htm files as .cfm

2002-11-26 Thread Tony Weeg
are you having problems as well?

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: CKR [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 2:22 PM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm


I'm using cf5 and IIS

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:58 PM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm

is this cf5 or cfmx?

tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: chris regan [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:16 PM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm


You have to change the IIS settings.
Under the Home Directory tab:
Click on Configuration.
Then find the cfm extension and copy the Executable Path.
Then change the htm path to read the same.  
Fred

-Original Message-
From: Paul Wilson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:05 PM
To: CF-Talk
Subject: Processing .htm files as .cfm

Which file do i need to change to process .htm files as .cfm?

Thanks





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: Processing .htm files as .cfm

2002-11-26 Thread Tony Weeg
that's really cool christine, thanks for the page
I didn't know it was there, and sooo many of us
have tried to explain the easiest way to do it!!!

thanks again!

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: Christine Lawson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 2:27 PM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm


Take a look at this technote and change .dbm to .htm:
http://www.macromedia.com/v1/Handlers/index.cfm?ID=23258Method=Full

Regards,
Christine Lawson
Macromedia

-Original Message-
From: David Notik [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 26, 2002 2:19 PM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm


That's actually a great question.

I've never tested it with CFMX, which is radically different in how it
processes everything (uses JRun, etc...).

I just now tried it, and IE just endlessly tries to open the file, which
leads me to believe that JRun.dll doesn't want to parse it.

Oh well.

--D

-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 10:58 AM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm

is this cf5 or cfmx?

tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: chris regan [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:16 PM
To: CF-Talk
Subject: RE: Processing .htm files as .cfm


You have to change the IIS settings.
Under the Home Directory tab:
Click on Configuration.
Then find the cfm extension and copy the Executable Path.
Then change the htm path to read the same.  
Fred

-Original Message-
From: Paul Wilson [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 26, 2002 1:05 PM
To: CF-Talk
Subject: Processing .htm files as .cfm

Which file do i need to change to process .htm files as .cfm?

Thanks






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com