Hello,
New to the URL Rewrite configuration but I have a time sensitive need and was looking to see if someone can point me in the right direction.
Been reading through the docs but can 't get this to work. Need to redirect to a new domain name, and replace some parameters and then append the remaining parameters.
Looking to do a redirect for a URL like this:
http://www.domainA.com/folder1/folder2/?@accountID=1&SiteID=2&subname=joe
to be rewritten as
http://www.domainB.com/folder1/folder2/?@accountID=100&SiteID=2007&subname=joe
So the @accountID=1&SiteID=2@ gets put in the redirect as a static entry, and append the what ever is after &subname=
setup the match URL to capture the part I want to append and my rewrite is like this:
http://www.domainB.com/folder1/folder2/?@accountID=100&SiteID=2007{R:3}
But it does not work at all.
Help.
