Forum Moderators: phranque
Id' like that when someone types www.test.com is redirected (mantaining www.test.com on address bar) to www.test.it contents.
example like:
RewriteCond %{HTTP_HOST} ^www\.test\.com
RewriteRule (.*) /home/web/www.test.it/website/$1
remembering that test.it is on another server..
how can i do this?
Thanks you all!
It is complex, and I don't recommend that you do this unless it is extremely important and other methods, such as changing the DNS for the first domain, cannot be used.
Jim