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;
You are not logged in. Please login or register.
PunBB Forums → Posts by davepc
Pages 1
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;
Pages 1
PunBB Forums → Posts by davepc
Powered by PunBB, supported by Informer Technologies, Inc.