I have 2 domains on server2012, IIS8
www.abc.com and www.xyz.com
mailenable works like this way: www.xyz.com/mewebmail
I want users to access their mails like that: webmail.abc.com
this means I need to redirect (or urlrewrite) webmail.abc.com domain to www.xyz.com/mewebmail
I can redirect that. but visitors see that they are redirected. its the nature of redirection.
I dont want them to see, I need to rewrite the url. users still have to think that they are in www.abc.com but would actually be in xyz.
is that possible ? whatever I did I could not succeeded. none of the answers in the web keeps the url bar.
help please ?