Forum Moderators: phranque

Message Too Old, No Replies

URL rewriting / IP Masking

         

priyan_kj

7:58 pm on Feb 28, 2008 (gmt 0)

10+ Year Member



Hi

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

phranque

1:35 am on Feb 29, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



welcome to WebmasterWorld [webmasterworld.com], 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.