How do I redirect a website from www.domain1.com/en-US/example.html
to www.domain2.com/en-US/example.html
in IIS 7?
This is what I've tried so far:
I've also tried wildcard pattern www.domain1.com/en-US/* without a condition.
How do I redirect a website from www.domain1.com/en-US/example.html
to www.domain2.com/en-US/example.html
in IIS 7?
This is what I've tried so far:
I've also tried wildcard pattern www.domain1.com/en-US/* without a condition.
Nevermind. This fixed it:
Conditions:
Pattern: www.domain1.com
Action type: Redirect
Hope this helps others who need to accomplish the same