RE: 404 pages

2013-07-19 Thread Mark A Kruger
Rob, Not sure if anyone answered you here. Did you also set your onMissingTemplate() handler in your application.cfc? -Mark -Original Message- From: Rob Voyle [mailto:robvo...@voyle.com] Sent: Thursday, July 18, 2013 4:47 PM To: cf-talk Subject: 404 pages Hi Folks I set up

404 pages

2013-07-18 Thread Rob Voyle
Hi Folks I set up in the administrator a Missing Template Handler I have a notfound.cfm page that works fine for 404 errors such as http://www.domain.com/obsoletePage.cfm will trigger notFound.cfm However http://www.domain.com/obsoletePage.cfm?training=teleconference gets the standard CF

Custom 404 pages - catching invalid links

2002-12-12 Thread Carlisle, Eric
I'm creating a custom 404 page. I'd like to be able to catch the invalid links that the users are typing in. Such as... The page you were trying to get, http://www.mysite.com/foo http://www.mysite.com/foo , was not found. Etc I can't find any CGI vars with that info. Any ideas?

Re: Custom 404 pages - catching invalid links

2002-12-12 Thread Bob Haroche
I'm creating a custom 404 page. I'd like to be able to catch the invalid links that the users are typing in. Such as... The page you were trying to get, http://www.mysite.com/foo http://www.mysite.com/foo , was not found. Etc Here's what I use for that: pThe page you requested,

RE: Custom 404 pages - catching invalid links

2002-12-12 Thread Carlisle, Eric
That's what I needed. Many thanks :-) -Original Message- From: Bob Haroche [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 10:58 AM To: CF-Talk Subject: Re: Custom 404 pages - catching invalid links I'm creating a custom 404 page. I'd like to be able to catch the invalid

RE: Custom 404 pages - catching invalid links

2002-12-12 Thread Joshua Miller
PROTECTED] * -Original Message- From: Bob Haroche [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 10:58 AM To: CF-Talk Subject: Re: Custom 404 pages - catching invalid links I'm creating a custom

CFMX and custom 404 pages

2002-08-13 Thread Stephenie Hamilton
I have no problems setting up a 404 page in CF4.5 or CF5, but MX does not seem to work correctly for .cfm pages! I have the page set in IIS as the default handler for 404 error (tried it using file and url), have Check that file exists in IIS/Home Directory/Configuration for .cfm, cfml etc... But

RE: CFMX and custom 404 pages

2002-08-13 Thread Mike Byers
I need more information from you to assess what is going on. I think I know the answers, but. yes there were changes. In MX the path is relative to the web root. They were absolute paths previously. There was a discusion on this topic previously. I have not tried this yet as I found

Re: CF Error pages and redirects for 404 pages

2002-05-21 Thread Pete Ruckelshaus
: CF Error pages and redirects for 404 pages Can you put in a site-wide error handler in CF admin? If so that would let you code in pretty much anything you want. I just reroute to the current domain's index.cfm, but there's no reason you couldn't do something more complex/useful. --Matt

CF Error pages and redirects for 404 pages

2002-05-20 Thread Pete Ruckelshaus
Hi, My challenge of the week is to provide automated forwarding services to URL's that return a File not found 404 error. This would act as a sort of switchboard that, whenever a 404 error was encountered, a query would be run against a database for the requested URL, and if there were a new

RE: CF Error pages and redirects for 404 pages

2002-05-20 Thread Matt Robertson
://mysecretbase.com -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 8:43 AM To: CF-Talk Subject: CF Error pages and redirects for 404 pages Hi, My challenge of the week is to provide automated forwarding services to URL's that return a File not found