I am hosting a legacy website in IIS7 and I have the URL rewrite module installed. The URLs are written in such a way so as to avoid using ?, & and =.
It does this by replacing the following:
? with -Q-
& with -A-
= with -E-
So for example a URL could be written as:
www.mysite.com/index.asp-Q
I would like a URL Rewrite rule to change the above to:
www.mysite.com/index.asp?v
Please provide the actual XML rewrite rules.
↧
URL Rewrite to replace some text in query string
↧