> -----Original Message-----
> From: clive [mailto:clive_li...@immigrationunit.com]
> Sent: Wednesday, January 21, 2009 3:36 AM
> To: leledumbo
> Cc: php-general@lists.php.net
> Subject: Re: [PHP] Please explain: index.php/index/index
> 
> leledumbo wrote:
> > Is this web server specific? I can't get it to run under Microsoft
> IIS, but
> > it works flawlessly in Apache.
> >
> IIS 6 and below dont have an option like mod_rewrite, apparently IIS 7
> does, I haven't tried it yet. There are a number of 3rd party apps
that
> can add this functionality to IIS 6, some are free and some paid for,
> Im
> currently using Isap/rewrite from helicontech which works for my needs
> (
> zend framework).

IIRF - Ionics ISAPI Rewrite Filter [1] is totally free... and it
supports the use of Regular Expressions [2] in your rewrite rules. If
you're going to use any sort of MVC-based URLs in IIS, this library is a
must-have.

        1. http://www.codeplex.com/IIRF
        2. http://www.regular-expressions.info

HTH,


// Todd

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to