I have a url xyz.example.com for which contents were moved to abc.example.com.
I know this can be redirected using mod_rewrite and had moved too, but when accessing xyz.example.com, in user's browser too, url changes to abc.example.com which is not acceptable.
I want that in user's browser, only xyz.example.com and not the abc.example.com to be visible. Please suggest appropriate configuration which I can use in my conf file,
Thanks in advance.