View Single Post
Old 2008-01-06, 08:54 AM   #7
aj
A woman is like beer. They look good, they smell good, and you'd step over your own mother just to get one!
 
aj's Avatar
 
Join Date: Oct 2007
Location: Central Europe
Posts: 55
Send a message via ICQ to aj
It's an evil proxy hijack which has encroached also my blog on subdomain.
Found information about it on some German board.

Here's an article about the procedure:
http://www.seofaststart.com/blog/google-proxy-hacking

Meanwhile I disallowed tylerschnaidt.com from accessing my site by .htaccess:
Code:
RewriteEngine on 
RewriteCond %{REMOTE_ADDR} ^64.72.116.208$ 
RewriteRule ^(.*) http://www.examplesite.com/deny_proxy.html
aj is offline   Reply With Quote