views:

25

answers:

2

I'd like to be able to get some websites currently hosted in linux moved across to Windows-based hosting where we already have a reasonable number of sites hosted (not looking to switch to Apache since majority of sites are relying upon IIS), and have tried a few different mod_rewrite variants for IIS but not had any success getting any configured to work correctly. A couple of sites I need this to work for are based on the CakePHP framework to give an example. Any help/suggestions appreciated. Thanks!

A: 

I've had quite a bit of success with ISAPI Rewrite in the past. It uses very similar rules to mod_rewrite.

jonstjohn
+1  A: 

John Sheehan posted:

Check out the URL Rewrite Module for IIS 7 created by Microsoft

http://stackoverflow.com/questions/60857/mod-rewrite-equivalent-for-iis-7-0

Chief17
I would also add that it includes the ability to import the mod_rewrite rules to its own format (XML based/web.config).
CarlosAg