![]() |
CodeIgniter on IIS 8 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9) +--- Thread: CodeIgniter on IIS 8 (/showthread.php?tid=65242) |
CodeIgniter on IIS 8 - harleydats - 05-19-2016 I need help making CodeIgniter work in IIS8 on Windows Server 2012. Fresh installation works and loads the welcome_view but when I auto load a library in autoload.php $autoload['libraries'] = array('session'); I get an internal server error. 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed. |