Im trying to redirect all the containg from:
www.site2.com
to:
www.site1.com
In the server, I have this:
for site1.com /home/sircawe/public_html/
for site2.com /home/sircawe/site2/public_html/
So when someone write www.site2.com, I want to redirect ALL the contain for /home/sircawe/public_html, but still showing the address www.site2.com and all the containing, like www.site2.com/site.php
The /home/sircawe/site2/public_html have nothing but the .htaccess
Someone?