View Single Post
Old 10-28-2006, 11:35 AM  
webjoker
Confirmed User
 
Join Date: May 2004
Posts: 367
Quote:
Originally Posted by interracialtoons View Post
Where is Greenguys htaccess page?

I don't usually use stuff like this so I need to understad the procedure.

Thanks
Code:
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} ZangoToolbar [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(.*@)?([a-z0-9-]+\.)*yourdomain\.com(:[0-9]+)?(/.*)?$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(.*@)?([a-z0-9-]+\.)*adwaresucks\.com(:[0-9]+)?(/.*)?$ [NC]
RewriteRule .* http://www.adwaresucks.com/zango/ [R=302,L]

Of course change "yourdomain" to your domain This htaccess file will allow a surfer that does not remove zenga to return to your site.
__________________
hehe
webjoker is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote