Site-Wide Error Handler Filepath
My error handler page is located at C:\Inetpub\wwwroot\portal\error_handler.cfm but cfadmin (for CF 😎 wants a relative path. I've tried:
C:\Inetpub\wwwroot\portal\error_handler.cfm
Inetpub\wwwroot\portal\error_handler.cfm
wwwroot\portal\error_handler.cfm
portal\error_handler.cfm
error_handler.cfm
and http://www.hostname.com/portal/error_handler.cfm
Each time is says the specified file does not exist.
What should the filepath be relative to?
Thanks!
