Forum Moderators: phranque
I need a small help regarding a requirement in my project. The requirement is that, I have a link in my page which is deployed in an Apache HTTP Server (domain X). When I click on that link, the page is being directed to an URL www.abc.xyz.com/rightbytes (different domain say Y). The client wants the URL to be visible to the user as www.abc.com/rightbytes. What changes do I need to make in the configuration file for fulfilling the requirement.
Any help will be appreciated
thanks
Priyan K J
you can't tweak that part from xyz.com with headers or markup.
you can send an external redirect, which is a code and location that gets returned to the browser.
then the browser makes a new request for the new url.
there are many ways to do the redirect but you can only show abc.com from a page served by abc.com.