Quote:
Originally Posted by onlytease
anyone like to share some htacess code to redirect zango installs?? please 
|
here ya go
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} zango|seekmo|hbtools|hotbar [NC]
RewriteRule .* http://adwaresucks.com/zango [R=302,L]
</IfModule>