Quote:
Originally Posted by minusonebit
Is there any code that one can stick in their webpages to detect people infected with Zango and re-direct them to a specified URL?
|
save this as .htaccess upload to root dir
Code:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} zango [NC]
RewriteRule ^$ http://www.thefilthyfew.com/zango.html [R]