CodeIgniter Forums
CodeIgniter on IIS 6 (Win Server 2K3) - 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 on IIS 6 (Win Server 2K3) (/showthread.php?tid=37177)



CodeIgniter on IIS 6 (Win Server 2K3) - El Forum - 12-31-2010

[eluser]Unknown[/eluser]
Hi aLL .. I'm newbie using CI ..

I have project to develope CI and MySQL using IIS 6 (Win Server 2K3)

Can any one help me to resolve my problem ??

Please give me step by step how to to configure IIS 6 to run CI and MySQL ..

Thanks before .

Regards,


CodeIgniter on IIS 6 (Win Server 2K3) - El Forum - 12-31-2010

[eluser]Dan Bowling[/eluser]
CodeIgniter doesn't really require anything all that special, and it runs great on IIS 6.

I'd just look up any normal PHP/IIS install guide (or run Microsoft's Web Platform Installer) and you should be good to go.

The only real trick is that you'll want to change your config.php file to use "index.php?" rather than "index.php" if you aren't doing any rewrites.