-1

I have set up an inbound rule in the IIS URL Rewrite module, but it is not working.

Here's my setup.

enter image description here

What I want is to say that if the user's browser navigates to a.b.com (the first rubbed out part - oh and of course it's not literally "a.b.com" but something else of that form) then he should be redirected to http://www.d.com/foo (the second rubbed out part).

I've used the the Test Pattern feature and it does match correctly.

Sachin Kainth
  • 45,256
  • 81
  • 201
  • 304

1 Answers1

0

You may have to set a condition to make it work.

Is it a wildcard, exact match, or regex pattern? That will also determine which things you will need to make it work

In your case you can just use the wildcard matching and it should work.

Sergey
  • 1,608
  • 1
  • 27
  • 40
zman
  • 189
  • 2
  • 9