CodeIgniter Forums
Error Pages - 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: Error Pages (/showthread.php?tid=39267)



Error Pages - El Forum - 03-06-2011

[eluser]newsmuncher[/eluser]
Is it possible to have the error pages in the same layout/format of the rest of your site?

I believe that the current error pages are views and not controllers.


Error Pages - El Forum - 03-06-2011

[eluser]InsiteFX[/eluser]
Yes, you need to create custom error pages and tell your server to use them!

InsiteFX