Thread: Negative SEO
View Single Post
Old 07-21-2012, 02:37 AM  
MKA
Hey...
 
MKA's Avatar
 
Industry Role:
Join Date: Nov 2011
Location: NL
Posts: 548
Quote:
Originally Posted by Django View Post
between

1
Code:
RewriteCond %{HTTP_REFERER} badsite1\.com [NC,OR] 
RewriteCond %{HTTP_REFERER} badsite2\.com
RewriteRule .* http://www.google.com [R=301,L]
2
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mydomain.com
RewriteRule (.*) http://www.mydomain.com/$1 [R=301,L]


RewriteEngine on
RewriteCond %{HTTP_HOST} !=www.mydomain.com
RewriteRule .* http://www.google.com [R=301,L]

which is the real deal?
Is this a way to tell google not to include those shitty spam forums ?
MKA is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote