1

(1 replies, posted in PunBB 1.3 extensions)

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;