.htaccess - Mask www.oldsite.com/home with www.newsite.com -


How can I hide so that all instances of www.oldsite.com are replaced with www.newsite.com < / P>

Example:

I want to change this:

www.newsite.com/home/b.jsp?id=9912&ln=115-991632 < / P>

You can do this in Apache:

  & lt ; VirtualHost *: 80 & gt; Server name www.oldsite.com Permanent / Home / http://www.newsite.com/home/ & lt; / VirtualHost & gt; Redirect.  

Comments