CodeIgniter Forums
Codeigniter Error Display - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Codeigniter Error Display (/showthread.php?tid=44863)



Codeigniter Error Display - El Forum - 08-29-2011

[eluser]jtrainaldi[/eluser]
I have been developing a site and if I view the site locally on the server I get the nice error display that comes with Codeigniter but when I view the site from outside the local server I just get an basic error page that doesn't explain where or what is causing the error.

Server setup.

Server OS: Windows 2008 Server and IIS 7.0
* I am using the IIS module called URL_rewrite (provides the same feature as .htaccess in apache) to eliminate the index.php

Codeigniter Version: 2.0.3

Has anyone experienced this issue and if so do they know how I can correct it.