I'm using ISAPI Rewrite3 on IIS6 for two Virtual Directories at the moment that contain Wordpress.
I need to setup some rules at the root of the site to redirect old urls to new urls:
i.e.
http://www.example.com/somefolder/* > http://www.example.com/newfolder/
&
http://www.example.com/somefolder/file_1.htm > http://www.example.com/newmvcpath/
I need to do this without breaking MVC (as its set to wildcard) and without affecting the two virtual directories.
Also how would I set a wildcard up for /somefolder/file_**1**.htm the numeric bit.
Any help greatly appreciated
(heliontech iis rewrite)