Forum Moderators: phranque
[edited by: buckworks at 4:27 am (utc) on May 15, 2010]
Well, I have no ownership info as they use Domains by Proxy
...With this setup you will not only be immune for IP address attacks, but also to attacks where your competitor registers throw-away domains and lets them all point to your IP address.
RewriteCond %{HTTP_HOST} ^(www\.)?example\.domainother\.com(:[0-9]+)?$
RewriteRule - [G] RewriteCond %{HTTP_HOST} ^(www\.)?example\.domainother\.com(:[0-9]+)?$
RewriteRule (.*) http://www.example.domainyourown.com/$1 [R=301,L] RewriteCond %{HTTP_HOST} !^(www\.example\.domainyourown\.com)?$
RewriteRule (.*) http://www.example.domainyourown.com/$1 [R=301,L]
allowing all links from the copy to effectively point to your own site