Forum Moderators: mack
Example of Alexa Listing:
MySite.Com
Traffic Rank: 3,283
hijacker.com/top.php?tc&http://www.MySite.com/directory... - Site info
I have been dealing with hijacking a lot lately and usually I can stop a site by denying the ip address. But, it does not work for this site because of how it redirects to my site. Blocking the ip address of this hijacking site has no effect.
My question is how can I stop this site from hijacking my site and stealing search engine results etc. from me?
This hijacking thing has gotten out of control and this is the only thing that I can pinpoint as to the cause of my huge drop in search engine results (duplicate content). These hijacking sites are showing up higher than my actual site in Alexa and Google. This is crazy.
I really want some guidence with this issue. I have read all of the posts that I could find on hijacking and have not seen a solution to this kind of hijacking. If anyone knows of a way to stop this type of hijacking, please let me know.
RewriteCond %{HTTP_REFERER}!^http://www.badsite.com/.*$ [NC,OR]
RewriteCond %{HTTP_REFERER}!^http://badsite.com/.*$ [NC]
RewriteRule ^.* - [F] I could be wrong, of course....
Eliz.
Note: There should be an emtpy space between the end of the "{HTTP_REFERER}" and the explanation point. For some reason, this forum's script is stripping out that space.