I have a web site with a content management system. I want to redirect a URL say http://www.example.com/somefolder/somepage/ to different subdomain http://my.example.com
This can be easily achieved using URL alias. But I want to mask the rewritten URL, means in the browser address bar I want to display my.example.com (instead of http://www.example.com/somefolder/somepage/).
Is this something I can do in IIS?
Thanks