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. "Black Holes are where God divided by zero." -- Steven Wright
Never mind. I just found: http://www.zope.org/Members/JohnC/StandardErrorMessage?pp=1 perfect. "Black Holes are where God divided by zero." -- Steven Wright
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
participants (2)
-
Darryl Caldwell -
Sven Fischer