shaikhzaid By policy you mean a traffic policy? If so you can just configure a redirect that looks for host "abc.xyz.com" and sends a redirect to "abcdevops" and as long as the client can resolve abcdevops correctly it should just work. Typically when you have an external hosted website you don't typically redirect to an internal website because you then expose that to the external clients. You might consider using a string match that replaces instances of "abc.xyz.com" with "abcdevops" and then place the pool members for "abcdevops" in the pool associated to the virtual server. Doing it this last way would make it so the client never knows about "abcdevops" and the server never knows about "abc.xyz.com". It might be a bit more helpful if you could provide a topology to go with this so we can better understand the ask.