Is the best way to go about it with rewrites?
If so, can anyone post a solid .htaccess snippet blocking the bots?
Thank you
If so, can anyone post a solid .htaccess snippet blocking the bots?
Thank you
RewriteEngine on
Options +FollowSymlinks
RewriteBase /
########################################
##################################
RewriteCond %{HTTP_USER_AGENT} "Gigabot"
RewriteRule .* - [F,L]

Comment