From 90ad06625c9e7d1adda0d06e920b67dc6893cb97 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Thu, 11 Feb 2016 18:14:52 +0100 Subject: Initial commit --- Apache/badbot-useragents.conf | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Apache/badbot-useragents.conf 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 -- cgit v1.2.3