![]() |
404 Error page inconsistencies - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: 404 Error page inconsistencies (/showthread.php?tid=63886) |
404 Error page inconsistencies - mr_pablo - 12-18-2015 I have found that using the "show_404()" method does not use the 404 override that is defined in the routing config. I kind of understand why, because in this case I am forcing a 404, rather then hitting an invalid route. But it really should use the 404 override, to keep consistency. Is there a way to fix this? |