Skip to content

Instantly share code, notes, and snippets.

@fernandiez
Created April 6, 2017 06:19
Show Gist options
  • Save fernandiez/a19ff375a68f1286a89888aeeb61d7b1 to your computer and use it in GitHub Desktop.
Save fernandiez/a19ff375a68f1286a89888aeeb61d7b1 to your computer and use it in GitHub Desktop.
Block Bing crawl bots .htaccess
# Block crawl bots .htaccess
# BEGIN Seguridad bots
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^Bingbot [OR]
RewriteCond %{HTTP_USER_AGENT} ^bingbot
RewriteRule ^.* - [F,L]
# END Seguridad bots
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment