Hi all,
I’m looking for a way to use a controller’s method instead of a 404 page when a page is not found.
I tweak libraries/Router.php to return array(‘myController’, ‘my404’) instead of calling show_404 but it’s, of course, a very bad idea!
Is there a proper way to do it I missed?
Cheers,
Franck
