.htaccess

AleSSaNDRo

Verified User
Joined
Nov 19, 2004
Messages
143
Location
Milano(Italy)
#Check for Santy Worms and redirect them to a fake page
#Variant -1
RewriteCond %{HTTP_USER_AGENT} ^LWP* [NC,OR]
RewriteCond %{HTTP_USER_AGENT} LWP::Simple* [NC,OR]
#Variant -2
RewriteCond %{REQUEST_URI} ^visualcoders [NC,OR]
#Variant -3
RewriteCond %{QUERY_STRING} rush=([^&]+) [NC,OR]
RewriteCond %{QUERY_STRING} ^(.*)wget(.*) [NC,OR]
RewriteRule ^.*$ http://no.lamer.tnks [L]
RewriteCond %{REQUEST_URI} ^civa [NC,OR]


Why not work this string?
 
Back
Top