Skip to main content
Known Participant
March 19, 2008
Question

making a custom error page

  • March 19, 2008
  • 2 replies
  • 663 views
Hi could some please tell me the staps to setting up a customized error page on the server. My host has told me to go ahead and do it but im not really sure of the staps. I have made te page i want to use. Just not sure what to do next. Any help would be ,ost appreciated.

Thanks Mark
This topic has been closed for replies.

2 replies

Participating Frequently
March 20, 2008
Astonished_protector15C3
Participating Frequently
March 19, 2008
Hi,

Please use the following line of code

<cferror type="exception" template="errors.cfm">
Participant
March 20, 2008
but where is the code put? I am creating a form in CF and using CFMAIL.
Inspiring
March 26, 2008

<cferror type="exception" template="errors.cfm">

should be used on the Application.cfc or cfm.