I am trying to set up IIS7 so the a URL with the pattern:
http://www.test.com/docs/ADocument.pdf
will get redirected to the URL
http://www.test.com/1.0/docs/ADocument.pdf
I am having trouble with the regular expression. The pattern should work with any page at the end of the url.
Rewrite this…
to this…