I am trying to rewrite a URL with "%2520" in the path, to another URL.
The URL looks like this:
"www.example.com/this%2520url/index.html"
I tried several different RegEx methods, but with no success yet.
I'm using IIS 7 with the URL rewrite module.