I've got an application I wrote (with cakephp) for the lamp stack and I'm moving it to a windows server. I'm having a lot of trouble with apache for windows (memory and cpu issues) so I would like to use the existing installation of IIS v6 but it seems to lack any url rewriting ability. I have found expensive addins (isapi) but I don't know enough about IIS or the programs around it to know if any are a good idea.

What works and has simple or compatible to mod_rewrite rules that is hopefully free?

link|improve this question

72% accept rate
feedback

3 Answers

up vote 7 down vote accepted

If you will need more control over the process, or simply want to learn more, check also these links:

link|improve this answer
1  
You can check the doc for IIRF online. cheeso.members.winisp.net/IIRFhelp And yes, IIRF is free. – Cheeso Jul 15 '09 at 11:43
feedback

There's an open source project on codeplex called Ionics Isapi Rewrite Filter which is free to use. It's compatible with IIS 6 as well.

link|improve this answer
feedback

Fastream IQProxy is the best soultion with II6s without Apache . Since isapi is no longer packaged with PHP in PHP 5.3.3.3 and replaced with fastcgi

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.