17 Mar
2000
17 Mar
'00
11:34 p.m.
I have some trouble trying to extend hierarchical structure of my site. If I have "virtual" directory structure, need to call method resolving "Error 404". I've try it. But method "standard_error_message" render only, and no way to catch exception. I don't need to see Zope Error Screen. I want to give up this exception. What you recommend me? <!--#if "error_type=='NotFound'"--> <!--#var "RESPONSE.redirect('/')"--> <!--#/if-->