Regex to extract a part out of a URL and use it as a reference in url rewrite
OK, I'm wondering if someone can lend a hand with a regex I'm trying to write. Basically, what I want to do is use IIS urlrewrite module to do a redirect to a specific URL if the user accesses a URL on another site. The only catch is I have to also capture a bit of the query string, and move it into the redirect. I think I actually DO have the regex correct for this, but it's implementing it in my web.config that is causing the problem. so here is the input, the URL that a user may access would look like: https://of.example.com/sfsv3.aspx?waform=pro&language=en I want to match that URL (either