Hello,
I have 40 domains that point to one domain but they keep their domain names in tact, I want to change that.
Currently I have it so:
domain1.com
domain2.com
domain3.com
show their domain names but actually load
domain.com
I want the htacess to say
if domain.com then nothing, if not domain.com then change the domain name to domain.com and leave the other info in the url
ie
if domain1.com/search/test.php
then rewrite domain.com/search/test.php
Open in new window