Welcome Guest, Not a member yet? Register   Sign In
using ci on iis?
#3

[eluser]ururk[/eluser]
I've set up IIS+CodeIgniter using IIRF & PHP ISAPI. It was in anticipation of a larger project, such that CI was overkill for the initial site, but nice to use, and good for future work on the site.

I don't recall running into any slash issues. And it was fairly quick to setup.

Here is my ini file:
Code:
# htaccess rules for CodeIgniter

#RewriteLog c:\Temp\iirfLog.out
#RewriteLogLevel 5

#Checks to see if the user is attempting to access a valid file,
#such as an image or css document, if this isn't true it sends the
#request to index.php

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]

Pretty basic stuff.


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



Theme © iAndrew 2016 - Forum software by © MyBB