Hello, Try to use a .htaccess and fill it up with: order allow,deny deny from 64.72.112.89 --> Your enemy allow from all Hope this helps. Cheers ! Thibaut
In that case, you may be more specific using this filter: RewriteEngine on RewriteCond %{HTTP_REFERER} 1king\.50webs\.com [NC] RewriteRule .* - [F] Cheers ! Thibaut
Tried before I write this thread ( did not work) : RewriteEngine on RewriteCond %{HTTP_REFERER} (1king\.50webs.com)[NC,OR] RewriteCond %{HTTP_REFERER} (50webs\.com)[NC,OR] RewriteRule .* - [F] order allow,deny deny from 1king.50webs.com deny from 50webs.com allow from all btw 1king.50webs.com removed my site from that page