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
2010-06-25 14:39:37
+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
2010-06-25 19:19:42
I would also add that it includes the ability to import the mod_rewrite rules to its own format (XML based/web.config).
CarlosAg
2010-06-26 01:09:15