Created
April 6, 2017 06:19
-
-
Save fernandiez/a19ff375a68f1286a89888aeeb61d7b1 to your computer and use it in GitHub Desktop.
Block Bing crawl bots .htaccess
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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