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;

Re: 404 extention?

davepc wrote:

Is there a 404 extension? Redirect to the search page say.

I've never seen one...
Let us now if you make one yourself... sounds useful.