CodeIgniter Forums
run controller on show_404() of Exception - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: run controller on show_404() of Exception (/showthread.php?tid=6415)



run controller on show_404() of Exception - El Forum - 02-26-2008

[eluser]nirbhab[/eluser]
hi guys,

Is any method to run a controller class, on 404 CI error,
note: i don't want to redirect.

i want
Code:
http://domain.com/xxx/yyy/zzz/blab/blab.html
to run a specific controller.
if i redirect than , my url will change,i want the users to get the page displayed!

Too many thankx in advance.