CodeIgniter Forums
How to show the requested URI in 404 error page. - 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: How to show the requested URI in 404 error page. (/showthread.php?tid=38607)



How to show the requested URI in 404 error page. - El Forum - 02-13-2011

[eluser]Fierymind[/eluser]
Hi,

I want to diagnose silly routing/rewrite issue, how to show the actual requested URI (controller and its function and parameters) on the default 404 error page?

I'm getting weird 404 errors and I want to know what request actually sent to CI!?

Thank you