Hello,
Could someone suggest me the ways to redirect a website from one server to another website in another server?
I have one website "X" (IP based e.g http://x.x.x.x/example.html) in one server using IIS and another website "Y" (domain based e.g. www.abc.com ) on another server using Apache. I linked the website X to Y by providing a link for X in Y. Right now, after clicking on the link, it shows the public IP address of X in the address bar. However, I would like to display the web address as www.abc.com/example.html rather than IP address.
Your suggestions are gratefully appreciated.