Better 404 catching with CodeIgniter
CodeIgniter has a built in 404 catch, however it displays a pretty plain page of just some text in a box. It would be much nice if you were able to display your own custom 404 page that was in your sites styling. There is an option to edit the routes file and updated the $route[‘404_override’] varia…