View Single Post
Old 23rd September 2010, 15:17     #6
Spoon1
Mmm... Sacrilicious
 
Use mod_rewrite to redirect googlebot to a 404 page or something.

RewriteCond %{HTTP_USER_AGENT} Googlebot
RewriteRule Admin /404.html [R=301]
  Reply With Quote