Environment: 1 CF webserver, 2 websites on the webserver
(www.example1.com,www.example2.com)
Problem: I want to create a custom 404 page not found for each site.
I can't use the "Site-wide Error Handler " in the CF administor because it
makes the 2 sites share the same 404 template. I've also tryed to set the IIS
Custom Error properties but when i do that I still get the ColdFusion defined
(not my custom page) 404 message. Help.. I'm sure there is a way to do this
some how... Thx
maxellAlk - 13 Sep 2007 22:55 GMT
Forgot to mention, the 2 sites are in seperate folders. Thanks
GArlington - 14 Sep 2007 09:40 GMT
> Forgot to mention, the 2 sites are in seperate folders. Thanks
See CF <cferror > tagin application.cfm, or OnError function in
application.cfc