Welcome Guest, Not a member yet? Register   Sign In
URL Rewrite for IIS, CI
#2

[eluser]easylancer[/eluser]
I have isapi_rewrite filter from Ionics installed on my server, i got mine to work with this rewrite rule
Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
Hope this works the same for you. But you will have to put the files in the root directory.


Messages In This Thread
URL Rewrite for IIS, CI - by El Forum - 08-13-2007, 08:52 AM
URL Rewrite for IIS, CI - by El Forum - 12-01-2007, 07:33 PM
URL Rewrite for IIS, CI - by El Forum - 04-25-2009, 02:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB