Hi Can anyone help me on this: I have a website example.com and wish to forward it to www.abc.com/def My question is, how can I forward it such way that the new domain abc.com remains masked. I want visitors to see www.example.com as the domain although its forwarded to other domain. Is it possible, if someone can brief me in detail the exact procedure
on the example.com add this lines to .access file: RewriteEngine on RewriteBase / RewriteRule ^(.*) www.abc.com/def/$1 [P,L]