Hello,
I just wanted to start off thanking you all for your help in the past,
you guys are great :)
My question is how can I configure my TG application to send all 404,
403, 500... errors to be handled by static content stored on my apache
webserver. I tried using _cp_config ={'error_page.400' : '/static/
error/404.html'} (taken from
http://www.cherrypy.org/wiki/ErrorsAndExceptions)
however it did not work. Any suggestions?
Thanks,
Paul