View Single Post
Old 21st April 2008, 08:18 PM   #8 (permalink)
pursuit
Registered User
 
Join Date: Feb 2006
Location: London, UK
Posts: 282
my experience is that do NOT use robots.txt, which wont work.
I added this to the .htaccess for a few sites and you wont see it again:

RewriteCond %{HTTP_USER_AGENT} slurp [NC]
RewriteRule .* - [F] # sorry you are 'man behaves baddly'!

Note the theres already RewriteEngine On there and the RewriteBase set accordingly (normally webroot /).

I have not seen slurp since...and wont miss it.
pursuit is offline   Reply With Quote