IIS URL Rewrite {R:N} clarification
As per the documentation: When an ECMAScript pattern syntax is used, a back-reference can be created by putting parenthesis around the part of the pattern that must capture the back-reference. So taking the example that follows in the documentation: ^(www\.)(.*)$ And using the input string www.foo.com in the conditions, you will have: {C:0} – www.foo.com … Read more