CodeIgniter Forums
Is it possible to use codeigniter with ISS - 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: Is it possible to use codeigniter with ISS (/showthread.php?tid=16291)



Is it possible to use codeigniter with ISS - El Forum - 03-02-2009

[eluser]scud[/eluser]
Hello,
Usually I prefer to work on linux except designing web pages. I wonder how is it easy to use CI within ISS/Windows. Our development server installed windows server with ISS. And there is no way to chnage to apache. 'Cause our primary development works on ISS.
thanks for help!


Is it possible to use codeigniter with ISS - El Forum - 03-02-2009

[eluser]TheFuzzy0ne[/eluser]
Short answer - yes, but you may experience a problem with the URI, so I'd recommend you set the uri_protocol to QUERY_STRING


Is it possible to use codeigniter with ISS - El Forum - 03-02-2009

[eluser]scud[/eluser]
Thanks for your kind quick answer.
It's so important for me to start with CI. Originally we are working on ASP and ASP.NET But my personal decision is CI will play a major role in web development. If we will write applications in PHP, CI will be our major role player.

So now I'll try it.