/events/onmissingtemplate.cfm

http://cfwheels.googlecode.com/ · ColdFusion · 6 lines · 5 code · 0 blank · 1 comment · 0 complexity · 029d7e790cd3a2431a344bfff54c17b1 MD5 · raw file

  1. <!--- Place HTML here that should be displayed when a file is not found while running in "production" mode. --->
  2. <h1>File Not Found!</h1>
  3. <p>
  4. Sorry, the page you requested could not be found.<br />
  5. Please verify the address.
  6. </p>