Notfound file

2011-01-16 Thread Rob Voyle

Hi folks

I am using a kickassvps windows virtual server with coldfusion and have 7 
domains on the virutal server.

I want to create a not found.cfm file for each domain.

If I create a file: http://www.domain.com/notfound.cfm
What is the relative path to that file with respect to the coldfusion server

Thanks

Rob
Robert J. Voyle, Psy.D.
Director, Clergy Leadership Institute
For Coaching and Training in Appreciative Inquiry
Author: Restoring Hope: Appreciative Strategies
 to Resolve Grief and Resentment
http://www.appreciativeway.com/
503-647-2378 or 503-647-2382




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340911
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Notfound file

2011-01-16 Thread Russ Michaels

Rob,

In the ColdFusion administrator you need to set the missing template handler
and error hander, this will set a template to be executed for each and every
site. / refers to the root of the site, so /error.cfm would look for an
error.cfm file in the root of each site.
You also need to put one in the root of the site you are using for the
cfadmin as this is where it looks to validates the file.


--
Russ Michaels

www.bluethunderinternet.com: Business hosting services  solutions
www.cfmldeveloper.com  : ColdFusion community and developer
hosting
www.michaels.me.uk : My Blog 
www.cfsearch.com   : ColdFusion search engine 
skype me   : russmichaels




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340912
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm