I'm new to IIS 7 and also URL Rewrite Rules. I've been playing inside the are and have found how to create a new blank rule and have done so without an issue. My biggest confusion/issue is how to create a rule correctly that will save me heaches down the road.
I took over an IIS machine that was previous setup with 40+ sudbomains on the box. With the new IIS server that I'm transitioning to, I want to create URL Rewrite rule that will take this page for example http://examp.mypage.io/test/index.asp and rewrite it to http://www.mypage.io/examp/test/index.asp. I would like to use a wildcard to catch any folders or pages in that directory and then redirect them to the new sections homepage.
Example: http://examp.mypage.io/test/index.asp would redirect to http://www.mypage.io/examp/
Thanks for any help.