[Zope] Customizing 404 errors

Sven Fischer sven.fischer@gargl.net
Tue, 17 Apr 2001 00:57:00 +0200


> Wondering if anyone has any input on how I can customize 404 messages that
> zope returns for files not found. I have reorganized my site with zope and
> I would like to let users know to revisit my main page.

hi,

you can just customize the dtml-document "standard_error_message" and put it
in your root folder pointing to "index_html" and here you go ;-))

but by doing this, you'll lose debugging (there should be some way to keep
in in the comments i guess but i don't know how.

anyway, here's the quick fix ;-)))

$ven