RE: custom error pages

2006-03-20 Thread Snake
Bah, it's bloody CF and the flaky way it searches for CFC's For some reason it is looking in custom tag paths before looking in the local folder. Russ -Original Message- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: 21 March 2006 00:40 To: CF-Talk Subject: custom error pages has

Re: Custom Error Pages

2005-11-28 Thread Matt Robertson
On 11/27/05, ColdFusion <[EMAIL PROTECTED]> wrote: > In a shared hosting environment where HELMs is used, you can establish > custom error templates for 404 errors and others. As you can see the answer to this is entirely dependent on your hosting provider. They can do something very simple in th

RE: Custom Error Pages

2005-11-28 Thread Justin D. Scott
That is good to know. I very rarely use charting, but if it ever breaks somewhere I'll know where to look . -Justin Scott > -Original Message- > From: Snake [mailto:[EMAIL PROTECTED] > Sent: Monday, November 28, 2005 8:14 AM > To: CF-Talk > Subject: RE: Custom

RE: Custom Error Pages

2005-11-28 Thread Adkins, Randy
] Sent: Monday, November 28, 2005 8:18 AM To: CF-Talk Subject: Re: Custom Error Pages Remembering also that this breaks CFCHART and other things that rely on a servlet mapping. On 11/28/05, Justin D. Scott <[EMAIL PROTECTED]> wrote: > Also remember that you can set IIS to "check

Re: Custom Error Pages

2005-11-28 Thread James Holmes
Remembering also that this breaks CFCHART and other things that rely on a servlet mapping. On 11/28/05, Justin D. Scott <[EMAIL PROTECTED]> wrote: > Also remember that you can set IIS to "check if file exists" before passing > the request off to ColdFusion so that IIS would handle 404's on cfm fil

RE: Custom Error Pages

2005-11-28 Thread Snake
If this setting is enabled it breaks cfcharting. -Original Message- From: Justin D. Scott [mailto:[EMAIL PROTECTED] Sent: 28 November 2005 12:59 To: CF-Talk Subject: RE: Custom Error Pages Also remember that you can set IIS to "check if file exists" before passing the requ

RE: Custom Error Pages

2005-11-28 Thread Justin D. Scott
ilto:[EMAIL PROTECTED] > Sent: Monday, November 28, 2005 6:24 AM > To: CF-Talk > Subject: RE: Custom Error Pages > > Coldfusion 404 errors are not handled by IIS. > This is a setting in the CFADMIN that specifies a global 404 page for > missing .CFM pages. > > As far as

RE: Custom Error Pages

2005-11-28 Thread Snake
Coldfusion 404 errors are not handled by IIS. This is a setting in the CFADMIN that specifies a global 404 page for missing .CFM pages. As far as he regular IIS errors, you can specify any page you like, the extension doesn't matter. -- Snake -Original Message- From: ColdFusion [mailto:[

Re: Custom Error Pages

2005-11-27 Thread James Holmes
The hosting company would have to edit the missing template handler to check to see if the URL was from your site (e.g. by checking the CGI.HTTP_HOST variable) and redirect as appropriate. On 11/28/05, ColdFusion <[EMAIL PROTECTED]> wrote: > Is there anyway to get calls to CF pages to be redirecte

RE: Custom Error Pages

2005-11-27 Thread ColdFusion
: Re: Custom Error Pages All CF pages on the server share the same CF missing template handler (if one has been specified). The information you received was correct - only non CF requests will use the custom error handler you specify. On 11/28/05, ColdFusion <[EMAIL PROTECTED]> wrote: > In

Re: Custom Error Pages

2005-11-27 Thread James Holmes
All CF pages on the server share the same CF missing template handler (if one has been specified). The information you received was correct - only non CF requests will use the custom error handler you specify. On 11/28/05, ColdFusion <[EMAIL PROTECTED]> wrote: > In a shared hosting environment whe

RE: Custom error pages

2001-06-05 Thread Steve Vosloo
Excellent - thanks. > -Original Message- > From: Dylan Bromby [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 05, 2001 5:55 PM > To: CF-Talk > Subject: Re: Custom error pages > > > Yes. Using IIS 5 as the example, right-click on the web site from the list >

Re: Custom error pages

2001-06-05 Thread Dylan Bromby
per website hosted on the box? > > > >> -Original Message- >> From: Dylan Bromby [mailto:[EMAIL PROTECTED]] >> Sent: Tuesday, June 05, 2001 5:05 PM >> To: CF-Talk >> Subject: RE: Custom error pages >> >> >> you can specifiy your own custom er

RE: Custom error pages

2001-06-05 Thread Steve Vosloo
Can I do that per website hosted on the box? > -Original Message- > From: Dylan Bromby [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 05, 2001 5:05 PM > To: CF-Talk > Subject: RE: Custom error pages > > > you can specifiy your own custom error pages using

RE: Custom error pages

2001-06-05 Thread Thomas Chiverton
> I need to create 2 custom error pages for an application. One > is for 404 > errors (page not found), and the other is for any other > server errors. You can use the 'error template' part of the CF administrator to catch all CF errors. You will need to use your Web servers capabilities to c

RE: Custom error pages

2001-06-05 Thread Kelly Matthews
There are a number of ways. The FIRST thing you want to do if you have access is go CF administrator and then go to Settings. Then scroll down and fill in the Exact Path to your Missing Template Handler (for 404) and your site-wide error handler (for errors). Then you create the 2 pages you just

RE: Custom error pages

2001-06-05 Thread Dylan Bromby
you can specifiy your own custom error pages using IIS if you're running it. -Original Message- From: Steve Vosloo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 7:51 AM To: CF-Talk Subject: Custom error pages I need to create 2 custom error pages for an application. One is for