Topic: 404 extention?
Is there a 404 extension? Redirect to the search page say.
The hook is there for it:
// Allow an extension to override the "Bad request" message with a custom 404 page
($hook = get_hook('re_page_not_found')) ? eval($hook) : null;