summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2016-02-11 18:14:52 +0100
committerThomas Lange <code@nerdmind.de>2016-02-11 18:14:52 +0100
commit90ad06625c9e7d1adda0d06e920b67dc6893cb97 (patch)
tree8a04d3120cb456dffd12f038ebd127809fa6c108
parentd10f5cdf9d9d1eac2e408368d5752836b37cd9de (diff)
downloadsnippets-90ad06625c9e7d1adda0d06e920b67dc6893cb97.tar.gz
snippets-90ad06625c9e7d1adda0d06e920b67dc6893cb97.tar.xz
snippets-90ad06625c9e7d1adda0d06e920b67dc6893cb97.zip
Initial commit
-rw-r--r--Apache/badbot-useragents.conf41
1 files changed, 41 insertions, 0 deletions
diff --git a/Apache/badbot-useragents.conf b/Apache/badbot-useragents.conf
new file mode 100644
index 0000000..67a0c6c
--- /dev/null
+++ b/Apache/badbot-useragents.conf
@@ -0,0 +1,41 @@
+RewriteEngine On
+RewriteBase /
+
+# Wird benötigt wenn die Datei bzw. der Inhalt innerhalb einer Apache-Konfiguration verwendet werden soll.
+# RewriteOptions InheritDownBefore
+
+RewriteCond %{HTTP_USER_AGENT} ^$ [OR]
+RewriteCond %{HTTP_USER_AGENT} updown_tester [OR]
+RewriteCond %{HTTP_USER_AGENT} (spbot|OpenLinkProfiler) [OR]
+RewriteCond %{HTTP_USER_AGENT} (Squider|Squider/0.01)$ [OR]
+RewriteCond %{HTTP_USER_AGENT} (memorybot|memoryBot) [OR]
+RewriteCond %{HTTP_USER_AGENT} ^magpie-crawler/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} SiteExplorer/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} Spiderlytics/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} ProCogSEOBot/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} ^libwww-perl/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} TurnitinBot/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} meanpathbot/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} SemrushBot/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} Infohelfer/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} CompSpyBot/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} AhrefsBot/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} CareerBot/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} Moreover/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} BLEXBot/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} Ezooms/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} Abonti/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} DCPbot/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} ^Java/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} oBot/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} ^BOT/[0-9] [OR]
+RewriteCond %{HTTP_USER_AGENT} SearchmetricsBot [OR]
+RewriteCond %{HTTP_USER_AGENT} OpenindexSpider [OR]
+RewriteCond %{HTTP_USER_AGENT} BacklinkCrawler [OR]
+RewriteCond %{HTTP_USER_AGENT} ^ssearch_bot [OR]
+RewriteCond %{HTTP_USER_AGENT} UnisterBot [OR]
+RewriteCond %{HTTP_USER_AGENT} 360Spider$ [OR]
+RewriteCond %{HTTP_USER_AGENT} HubSpot\sWebcrawler$ [OR]
+RewriteCond %{HTTP_USER_AGENT} seoscanners.net [OR]
+RewriteCond %{HTTP_USER_AGENT} SISTRIX
+RewriteRule ^ - [F,L] \ No newline at end of file