Posts Tagged ‘IIS’

Getting CodeIgniter to work with IIS

Tuesday, April 22nd, 2008

IIS is a bit scary, especially for people used to working with Apache. Still, if you use IIS and would like to work with the CodeIgniter framework, you just have to add a “?” in the config.php, next to “index.php” and it will work like a charm.

Just a note: I found this solution on http://codeigniter.com/forums/viewthread/71641/.