Link to home
Start Free TrialLog in
Avatar of MohitPandit
MohitPanditFlag for India

asked on

Regular Expression: URL Rewrite in IIS

Hello Folks,

I would like to rewrite URL rules in IIS. Like, in business users' email, I sent a link (for dev environment), once user click on that link then, it should redirect to production site.
For e.g. (below dev link)
https://dev-website.mydomain.com/mynews/first.html
and once user will click on aforesaid link then it should redirect on below URL for all "mynews" folder/subfolder html or pages
https://prodwebsite.mydomain.com/mynews/first.html

Could you assist to write regular expression in IIS using URL Rewrite option in IIS?

Best Regards
ASKER CERTIFIED SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MohitPandit

ASKER

Okay, thanks. I'll look into it.
thank you