RE: How do I bypass the missing template handler?

2007-10-30 Thread Russ
Use apache's mod_rewrite and redirect all the missing templates elsewhere. 

Russ



> -Original Message-
> From: Phill B [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 30, 2007 11:05 AM
> To: CF-Talk
> Subject: How do I bypass the missing template handler?
> 
> I have a site that needs to bypass the missing template handler that
> is set up in CF8. What is them best way to go about this?
> 
> Thanks
> 
> --
> Phil
> 
> 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292334
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: How do I bypass the missing template handler?

2007-10-30 Thread Phill B
D'Oh!

I should have said this is on a Win2k3 IIS6 server. Sorry


On 10/30/07, Russ <[EMAIL PROTECTED]> wrote:
> Use apache's mod_rewrite and redirect all the missing templates elsewhere.
>
> Russ
>
>
>
> > -Original Message-
> > From: Phill B [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, October 30, 2007 11:05 AM
> > To: CF-Talk
> > Subject: How do I bypass the missing template handler?
> >
> > I have a site that needs to bypass the missing template handler that
> > is set up in CF8. What is them best way to go about this?
> >
> > Thanks
> >
> > --
> > Phil
> >
> >
>
> 

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292344
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: How do I bypass the missing template handler?

2007-10-30 Thread Bobby Hartsfield
1) what do you mean by set up in CF8. Do you mean that it's the server wide
handler in the administrator?
2) What do you mean BYPASS?. Do you mean you want to see the error on the
screen or do you mean you want to use a separate handler for a particular
site. If so, just use cferror in your application.cfm.


..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

-Original Message-
From: Phill B [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 30, 2007 11:05 AM
To: CF-Talk
Subject: How do I bypass the missing template handler?

I have a site that needs to bypass the missing template handler that
is set up in CF8. What is them best way to go about this?

Thanks

-- 
Phil



~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292341
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: How do I bypass the missing template handler?

2007-10-30 Thread Ben Nadel
Can you delete the OnMissingTemplate() event handler in the
Application.cfc pseudo constructor?



Not sure if this work as expected??

..
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/

-Original Message-
From: Phill B [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 30, 2007 12:01 PM
To: CF-Talk
Subject: Re: How do I bypass the missing template handler?

D'Oh!

I should have said this is on a Win2k3 IIS6 server. Sorry


On 10/30/07, Russ <[EMAIL PROTECTED]> wrote:
> Use apache's mod_rewrite and redirect all the missing templates
elsewhere.
>
> Russ
>
>
>
> > -Original Message-
> > From: Phill B [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, October 30, 2007 11:05 AM
> > To: CF-Talk
> > Subject: How do I bypass the missing template handler?
> >
> > I have a site that needs to bypass the missing template handler that

> > is set up in CF8. What is them best way to go about this?
> >
> > Thanks
> >
> > --
> > Phil
> >
> >
>
> 



~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292345
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: How do I bypass the missing template handler?

2007-11-01 Thread Paul Sizemore
Can you use ISAPI Rewrite at http://www.helicontech.com/ ? We've got it running 
on IIS.

Paul

-Original Message-
From: Phill B [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 30, 2007 11:05 AM
To: CF-Talk
Subject: How do I bypass the missing template handler?

I have a site that needs to bypass the missing template handler that
is set up in CF8. What is them best way to go about this?

Thanks

--
Phil



~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292460
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: How do I bypass the missing template handler?

2007-11-05 Thread Phill B
Looks great. This could solve a lot of issues we are wanting to address.

On 11/1/07, Paul Sizemore <[EMAIL PROTECTED]> wrote:
> Can you use ISAPI Rewrite at http://www.helicontech.com/ ? We've got it 
> running on IIS.
>
> Paul
>
> -Original Message-

>
> I have a site that needs to bypass the missing template handler that
> is set up in CF8. What is them best way to go about this?
>
> Thanks
>
> --
> Phil
>

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292659
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4