<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_USER_AGENT} zango [NC] RewriteRule ^(.*)$ http://www.yoururl.com/fuckzango_page.html [R=302,L] </IfModule>