using ci on iis? |
[eluser]n0xie[/eluser]
We use (and pay for) Helicon's Isapi filter for URL rewriting and it works fine. The issues you will get on Windows is the annoying slash issues (Windows uses slashes the wrong way around) and PHP will crash a lot more on Windows (giving some random access violation error) under heavy stress. This is a bug that is not resolved yet. Also, like with any server, make sure the access rights are setup correctly. I wouldn't recommend Windows as a production server, but sometimes you don't have a choice. The only issue we have had is that we have to put the whole absolute path to the system folder else the include won't work in the index.php. This probably has to do with the slashes issue (which should be fixed by a piece of code in the index.php but somehow doesn't work). |
Messages In This Thread |
using ci on iis? - by El Forum - 10-18-2009, 03:42 PM
using ci on iis? - by El Forum - 10-18-2009, 04:25 PM
using ci on iis? - by El Forum - 10-18-2009, 07:10 PM
|