7 Oct
2002
7 Oct
'02
1:31 p.m.
AM wrote:
and put a simple
<dtml-if "error_type=='NotFound'"> <dtml-call "RESPONSE.redirect(errors.e404.absolute_url())"> </dtml-if> at the top of my standard_error_message.
Unfortunately when I try to hit a non-existant page I do not get redirected to the error page, I still get the Debugging Notice.... blah blah blah
Did you read all of the How-To? Especially the bit about "How do I redirect broken links?" Try: <dtml-call "RESPONSE.redirect(errors.e404.absolute_url(),lock=1)"> cheers, Chris