16 Apr
2001
16 Apr
'01
10:57 p.m.
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