Custom 404 For Single IIS Site

2007-06-06 Thread C. Hatton Humphrey
I'm not sure if this is something that I can do but I'm hoping it's possible: I have a single site defined in IIS. According to the properties tag in IIS I can define custom error messages for each site. Can this page be a .cfm page? Here's why I ask, I've been approached by someone that wants

Re: Custom 404 For Single IIS Site

2007-06-06 Thread Robertson-Ravo, Neil (RX)
- From: C. Hatton Humphrey To: CF-Talk Sent: Wed Jun 06 17:47:23 2007 Subject: Custom 404 For Single IIS Site I'm not sure if this is something that I can do but I'm hoping it's possible: I have a single site defined in IIS. According to the properties tag in IIS I can define custom error

Re: Custom 404 For Single IIS Site

2007-06-06 Thread C. Hatton Humphrey
Yes, you can use a CFM file for this, we do this for 403s and redirection. I must be missing something, I've created a simple .cfm page and pointed the site's 404 error messages to all point to it. I've restarted the IIS service. I'm still getting the default IIS error. Ideas?

Re: Custom 404 For Single IIS Site

2007-06-06 Thread Casey Dougall
On 6/6/07, C. Hatton Humphrey [EMAIL PROTECTED] wrote: Yes, you can use a CFM file for this, we do this for 403s and redirection. I must be missing something, I've created a simple .cfm page and pointed the site's 404 error messages to all point to it. I've restarted the IIS service.

Re: Custom 404 For Single IIS Site

2007-06-06 Thread C. Hatton Humphrey
Yes, you can use a CFM file for this, we do this for 403s and redirection. I must be missing something, I've created a simple .cfm page and pointed the site's 404 error messages to all point to it. I've restarted the IIS service. Make sure is a it Message Type = URL type error

Re: Custom 404 For Single IIS Site

2007-06-06 Thread Jake Pilgrim
The CF administrator will only let you set up 1 page to handle CFM 404s for the entire server, which introduces an issue if you are hosting multiple sites and wanted to use a 404 handler for each. To get around that, I have done something like this in the past: Missing Template Handler: