RE: Custom 404 Page

2010-02-26 Thread Bobby
[mailto:li...@commadelimited.com] Sent: Thursday, February 25, 2010 10:12 AM To: cf-talk Subject: RE: Custom 404 Page I think your best bet is to change your 404 handler to point to a coldfusion page. Then it can handle everything. 404.cfm -Original Message- From: Robert Harrison

RE: Custom 404 Page

2010-02-25 Thread Robert Harrison
Nevermind found a great answer to this on Ben Nadel's site at http://www.bennadel.com/blog/286-Handling-404-Errors-in-ColdFusion-via-IIS-T hrowing-404-.htm Thanks Ben! Robert B. Harrison Director of Interactive Services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 P :

RE: Custom 404 Page

2010-02-25 Thread Andy Matthews
I think your best bet is to change your 404 handler to point to a coldfusion page. Then it can handle everything. 404.cfm -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Thursday, February 25, 2010 8:37 AM To: cf-talk Subject: Custom 404 Page Hi,

Re: Custom 404 Page

2010-02-25 Thread Matt Robertson
ColdFusion has a place to designate a special 404 handler in the Administrator. In IIS you tell it not to check to ensure CFM pages exist and then CF will handle all 404's according to your instructions. If IIS is handing off a 404 to a .cfm page, isn't that page just a dumb page that doesn't