Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <IfModule mod_rewrite.c>
- RewriteEngine on
- RewriteCond %{HTTP_HOST} !^www\.
- RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
- ErrorDocument 404 https://www.serambagiantimurkab.go.id
- ErrorDocument 403 https://www.serambagiantimurkab.go.id
- ErrorDocument 401 https://www.serambagiantimurkab.go.id
- #Modul Utama
- RewriteRule ^$ media.php?module=home [L]
- RewriteRule ^profil-kami\.html$ media.php?module=profilkami&id=$1 [L]
- RewriteRule ^konsultasi\.html$ media.php?module=konsultasi&id=$1 [L]
- RewriteRule ^reply-konsultasi-(.*)\.html$ media.php?module=konsultasi&reply=$1 [L]
- RewriteRule ^registerkem\.html$ media.php?module=register&id=$1 [L]
- RewriteRule ^berita-(.*)\.html$ media.php?module=detailberita&judul=$1
- RewriteRule ^detail-berita-(.*)-page-(.*)\.html$ media.php?module=detailberita&judul=$1&page=$2 [L]
- RewriteRule ^hal-(.*)\.html$ media.php?module=detailmenu&halaman=$1
- RewriteRule ^halkomentar-(.*)-([0-9]+)\.html$ media.php?module=detailberita&judul=$1&halkomentar=$2 [L]
- RewriteRule ^indeks-berita\.html$ media.php?module=indeksberita&idx=$1 [L]
- RewriteRule ^halberita-(.*)\.html$ media.php?module=semuaberita&halberita=$1 [L]
- RewriteRule ^kategori-(.*)\.html$ media.php?module=detailkategori&kt=$1 [L]
- RewriteRule ^halkategori-(.*)-([0-9]+)\.html$ media.php?module=detailkategori&kt=$1&halkategori=$2 [L]
- RewriteRule ^tag-(.*)\.html$ media.php?module=detailtag&idt=$1 [L]
- RewriteRule ^haltag-(.*)-([0-9]+)\.html$ media.php?module=detailtag&idt=$1&haltag=$2 [L]
- RewriteRule ^hasil-pencarian\.html$ media.php?module=hasilcari&id=$1 [L]
- RewriteRule ^semua-berita\.html$ media.php?module=semuaberita&id=$1 [L]
- RewriteRule ^album-(.*)\.html$ media.php?module=detailalbum&ald=$1 [L]
- RewriteRule ^halaman-album-(.*)-([0-9]+)\.html$ media.php?module=detailalbum&ald=$1&halfotoberita=$2 [L]
- RewriteRule ^semua-album\.html$ media.php?module=semuaalbum&alb=$1 [L]
- RewriteRule ^galeri-(.*)\.html$ zoom.php?id=$1 [L]
- RewriteRule ^halgaleri-([0-9]+)-(.*)\.html$ media.php?module=detailalbum&id=$1&halgaleri=$2 [L]
- RewriteRule ^semua-agenda\.html$ media.php?module=semuaagenda&agd=$1 [L]
- RewriteRule ^halagenda-(.*)\.html$ media.php?module=semuaagenda&halagenda=$1 [L]
- RewriteRule ^agenda-(.*)\.html$ media.php?module=detailagenda&tema=$1 [L]
- RewriteRule ^hasil-poling\.html$ media.php?module=hasilpoling&hp=$1 [L]
- RewriteRule ^lihat-poling\.html$ media.php?module=lihatpoling&lp=$1 [L]
- RewriteRule ^semua-download\.html$ media.php?module=semuadownload&dwn=$1 [L]
- RewriteRule ^haldownload-(.*)\.html$ media.php?module=semuadownload&haldownload=$1 [L]
- RewriteRule ^data-ipkd\.html$ media.php?module=dataipkd&ikd=$1 [L]
- RewriteRule ^halipkd-(.*)\.html$ media.php?module=dataipkd&halipkd=$1 [L]
- RewriteRule ^play-([0-9]+)-(.*)\.html$ media.php?module=play&id=$1 [L]
- RewriteRule ^halkomentarvideo-([0-9]+)-(.*)\.html$ media.php?module=play&id=$1&halkomentarvideo=$2 [L]
- RewriteRule ^halvideo-([0-9]+)-(.*)\.html$ media.php?module=detailplaylist&id=$1&halvideo=$2 [L]
- RewriteRule ^playlist-([0-9]+)-(.*)\.html$ media.php?module=detailplaylist&id=$1 [L]
- RewriteRule ^semua-playlist\.html$ media.php?module=semuaplaylist&play=$1 [L]
- RewriteRule ^halplaylist-(.*)\.html$ media.php?module=semuaplaylist&halplaylist=$1 [L]
- RewriteRule ^hubungi-kami\.html$ media.php?module=hubungikami&hub=$1 [L]
- RewriteRule ^hubungi-aksi\.html$ media.php?module=hubungiaksi&id=$1 [L]
- RewriteRule ^login\.html$ media.php?module=login [L]
- RewriteRule ^daftar\.html$ media.php?module=daftar [L]
- RewriteRule ^cek-login\.html$ media.php?module=ceklogin [L]
- RewriteRule ^daftar-aksi\.html$ media.php?module=daftaraksi [L]
- RewriteRule ^logout\.html$ media.php?module=logout [L]
- RewriteRule ^not-found\.html$ media.php?module=notfound&id=$1 [L]
- RewriteRule ^hal-(.*)\.html$ media.php?module=halamanstatis&judul=$1 [L]
- #Modul Tambahan
- RewriteRule ^epaper\.html$ media.php?module=epaper&ep=$1 [L]
- RewriteRule ^detail-epaper-(.*)\.html$ media.php?module=detailepaper&dep=$1 [L]
- RewriteRule ^pegawai\.html$ media.php?module=pegawai&ep=$1 [L]
- RewriteRule ^siswa\.html$ media.php?module=siswa&ep=$1 [L]
- #Options All -Indexes
- </IfModule>
- ## EXPIRES CACHING ##
- <IfModule mod_expires.c>
- ExpiresActive On
- ExpiresByType image/jpg "access 1 year"
- ExpiresByType image/jpeg "access 1 year"
- ExpiresByType image/gif "access 1 year"
- ExpiresByType image/png "access 1 year"
- ExpiresByType text/css "access 1 month"
- ExpiresByType application/pdf "access 1 month"
- ExpiresByType text/x-javascript "access 1 month"
- ExpiresByType application/x-shockwave-flash "access 1 month"
- ExpiresByType image/x-icon "access 1 year"
- ExpiresDefault "access 1 month"
- </IfModule>
- ## EXPIRES CACHING ##
- # compress text, html, javascript, css, xml:
- AddOutputFilterByType DEFLATE text/plain
- AddOutputFilterByType DEFLATE text/html
- AddOutputFilterByType DEFLATE text/xml
- AddOutputFilterByType DEFLATE text/css
- AddOutputFilterByType DEFLATE application/xml
- AddOutputFilterByType DEFLATE application/xhtml+xml
- AddOutputFilterByType DEFLATE application/rss+xml
- AddOutputFilterByType DEFLATE application/javascript
- AddOutputFilterByType DEFLATE application/x-javascript
- # Or, compress certain file types by extension:
- # Block suspicious request methods
- RewriteCond %{REQUEST_METHOD} ^(HEAD|TRACE|DELETE|TRACK|DEBUG) [NC]
- RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
- RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
- RewriteRule ^(.*)$ - [F,L]
- # Block suspicious user agents and requests
- RewriteCond %{HTTP_USER_AGENT} (libwww-perl|wget|python|nikto|curl|scan|java|winhttp|clshttp|loader) [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} (<|>|'|%0A|%0D|%27|%3C|%3E|%00) [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} (;|<|>|'|"|\)|\(|%0A|%0D|%22|%27|%28|%3C|%3E|%00).*(libwww-perl|wget|python|nikto|curl|scan|java|winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner) [NC,OR]
- RewriteCond %{THE_REQUEST} etc/passwd [NC,OR]
- RewriteCond %{THE_REQUEST} cgi-bin [NC,OR]
- RewriteCond %{THE_REQUEST} (%0A|%0D) [NC,OR]
- # Block MySQL injections, RFI, base64, etc.
- RewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=http:// [OR]
- RewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=(\.\.//?)+ [OR]
- RewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=/([a-z0-9_.]//?)+ [NC,OR]
- RewriteCond %{QUERY_STRING} \=PHP[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12} [NC,OR]
- RewriteCond %{QUERY_STRING} (\.\./|\.\.) [OR]
- RewriteCond %{QUERY_STRING} ftp\: [NC,OR]
- RewriteCond %{QUERY_STRING} http\: [NC,OR]
- RewriteCond %{QUERY_STRING} https\: [NC,OR]
- RewriteCond %{QUERY_STRING} \=\|w\| [NC,OR]
- RewriteCond %{QUERY_STRING} ^(.*)/self/(.*)$ [NC,OR]
- RewriteCond %{QUERY_STRING} ^(.*)cPath=http://(.*)$ [NC,OR]
- RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
- RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
- RewriteCond %{QUERY_STRING} (\<|%3C).*iframe.*(\>|%3E) [NC,OR]
- RewriteCond %{QUERY_STRING} (<|%3C)([^i]*i)+frame.*(>|%3E) [NC,OR]
- RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [NC,OR]
- RewriteCond %{QUERY_STRING} base64_(en|de)code[^(]*\([^)]*\) [NC,OR]
- RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
- RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) [OR]
- RewriteCond %{QUERY_STRING} ^.*(\[|\]|\(|\)|<|>).* [NC,OR]
- RewriteCond %{QUERY_STRING} (NULL|OUTFILE|LOAD_FILE) [OR]
- RewriteCond %{QUERY_STRING} (\./|\../|\.../)+(motd|etc|bin) [NC,OR]
- RewriteCond %{QUERY_STRING} (localhost|loopback|127\.0\.0\.1) [NC,OR]
- RewriteCond %{QUERY_STRING} (<|>|'|%0A|%0D|%27|%3C|%3E|%00) [NC,OR]
- RewriteCond %{QUERY_STRING} concat[^\(]*\( [NC,OR]
- RewriteCond %{QUERY_STRING} union([^s]*s)+elect [NC,OR]
- RewriteCond %{QUERY_STRING} union([^a]*a)+ll([^s]*s)+elect [NC,OR]
- RewriteCond %{QUERY_STRING} (;|<|>|'|"|\)|%0A|%0D|%22|%27|%3C|%3E|%00).*(/\*|union|select|insert|drop|delete|update|cast|create|char|convert|alter|declare|order|script|set|md5|benchmark|encode) [NC,OR]
- RewriteCond %{QUERY_STRING} (sp_executesql) [NC]
- RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
- RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
- RewriteRule ^(.*)$ - [F,L]
- # Disable script execution
- AddHandler cgi-script .php2 .php3 .php4 .php5 .php6 .php7 .php8 .pl .py .shtml .sh .cgi
- Options -ExecCGI -Indexes
- # Block Bad Bots & Scrapers
- SetEnvIfNoCase User-Agent "Aboundex" bad_bot
- SetEnvIfNoCase User-Agent "80legs" bad_bot
- SetEnvIfNoCase User-Agent "360Spider" bad_bot
- SetEnvIfNoCase User-Agent "^Java" bad_bot
- SetEnvIfNoCase User-Agent "^Cogentbot" bad_bot
- SetEnvIfNoCase User-Agent "^Alexibot" bad_bot
- SetEnvIfNoCase User-Agent "^asterias" bad_bot
- SetEnvIfNoCase User-Agent "^attach" bad_bot
- SetEnvIfNoCase User-Agent "^BackDoorBot" bad_bot
- SetEnvIfNoCase User-Agent "^BackWeb" bad_bot
- SetEnvIfNoCase User-Agent "Bandit" bad_bot
- SetEnvIfNoCase User-Agent "^BatchFTP" bad_bot
- SetEnvIfNoCase User-Agent "^Bigfoot" bad_bot
- SetEnvIfNoCase User-Agent "^Black.Hole" bad_bot
- SetEnvIfNoCase User-Agent "^BlackWidow" bad_bot
- SetEnvIfNoCase User-Agent "^BlowFish" bad_bot
- SetEnvIfNoCase User-Agent "^BotALot" bad_bot
- SetEnvIfNoCase User-Agent "Buddy" bad_bot
- SetEnvIfNoCase User-Agent "^BuiltBotTough" bad_bot
- SetEnvIfNoCase User-Agent "^Bullseye" bad_bot
- SetEnvIfNoCase User-Agent "^BunnySlippers" bad_bot
- SetEnvIfNoCase User-Agent "^Cegbfeieh" bad_bot
- SetEnvIfNoCase User-Agent "^CheeseBot" bad_bot
- SetEnvIfNoCase User-Agent "^CherryPicker" bad_bot
- SetEnvIfNoCase User-Agent "^ChinaClaw" bad_bot
- SetEnvIfNoCase User-Agent "Collector" bad_bot
- SetEnvIfNoCase User-Agent "Copier" bad_bot
- SetEnvIfNoCase User-Agent "^CopyRightCheck" bad_bot
- SetEnvIfNoCase User-Agent "^cosmos" bad_bot
- SetEnvIfNoCase User-Agent "^Crescent" bad_bot
- SetEnvIfNoCase User-Agent "^Custo" bad_bot
- SetEnvIfNoCase User-Agent "^AIBOT" bad_bot
- SetEnvIfNoCase User-Agent "^DISCo" bad_bot
- SetEnvIfNoCase User-Agent "^DIIbot" bad_bot
- SetEnvIfNoCase User-Agent "^DittoSpyder" bad_bot
- SetEnvIfNoCase User-Agent "^Download\ Demon" bad_bot
- SetEnvIfNoCase User-Agent "^Download\ Devil" bad_bot
- SetEnvIfNoCase User-Agent "^Download\ Wonder" bad_bot
- SetEnvIfNoCase User-Agent "^dragonfly" bad_bot
- SetEnvIfNoCase User-Agent "^Drip" bad_bot
- SetEnvIfNoCase User-Agent "^eCatch" bad_bot
- SetEnvIfNoCase User-Agent "^EasyDL" bad_bot
- SetEnvIfNoCase User-Agent "^ebingbong" bad_bot
- SetEnvIfNoCase User-Agent "^EirGrabber" bad_bot
- SetEnvIfNoCase User-Agent "^EmailCollector" bad_bot
- SetEnvIfNoCase User-Agent "^EmailSiphon" bad_bot
- SetEnvIfNoCase User-Agent "^EmailWolf" bad_bot
- SetEnvIfNoCase User-Agent "^EroCrawler" bad_bot
- SetEnvIfNoCase User-Agent "^Exabot" bad_bot
- SetEnvIfNoCase User-Agent "^Express\ WebPictures" bad_bot
- SetEnvIfNoCase User-Agent "Extractor" bad_bot
- SetEnvIfNoCase User-Agent "^EyeNetIE" bad_bot
- SetEnvIfNoCase User-Agent "^Foobot" bad_bot
- SetEnvIfNoCase User-Agent "^flunky" bad_bot
- SetEnvIfNoCase User-Agent "^FrontPage" bad_bot
- SetEnvIfNoCase User-Agent "^Go-Ahead-Got-It" bad_bot
- SetEnvIfNoCase User-Agent "^gotit" bad_bot
- SetEnvIfNoCase User-Agent "^GrabNet" bad_bot
- SetEnvIfNoCase User-Agent "^Grafula" bad_bot
- SetEnvIfNoCase User-Agent "^Harvest" bad_bot
- SetEnvIfNoCase User-Agent "^hloader" bad_bot
- SetEnvIfNoCase User-Agent "^HMView" bad_bot
- SetEnvIfNoCase User-Agent "^HTTrack" bad_bot
- SetEnvIfNoCase User-Agent "^humanlinks" bad_bot
- SetEnvIfNoCase User-Agent "^IlseBot" bad_bot
- SetEnvIfNoCase User-Agent "^Image\ Stripper" bad_bot
- SetEnvIfNoCase User-Agent "^Image\ Sucker" bad_bot
- SetEnvIfNoCase User-Agent "Indy\ Library" bad_bot
- SetEnvIfNoCase User-Agent "^InfoNaviRobot" bad_bot
- SetEnvIfNoCase User-Agent "^InfoTekies" bad_bot
- SetEnvIfNoCase User-Agent "^Intelliseek" bad_bot
- SetEnvIfNoCase User-Agent "^InterGET" bad_bot
- SetEnvIfNoCase User-Agent "^Internet\ Ninja" bad_bot
- SetEnvIfNoCase User-Agent "^Iria" bad_bot
- SetEnvIfNoCase User-Agent "^Jakarta" bad_bot
- SetEnvIfNoCase User-Agent "^JennyBot" bad_bot
- SetEnvIfNoCase User-Agent "^JetCar" bad_bot
- SetEnvIfNoCase User-Agent "^JOC" bad_bot
- SetEnvIfNoCase User-Agent "^JustView" bad_bot
- SetEnvIfNoCase User-Agent "^Jyxobot" bad_bot
- SetEnvIfNoCase User-Agent "^Kenjin.Spider" bad_bot
- SetEnvIfNoCase User-Agent "^Keyword.Density" bad_bot
- SetEnvIfNoCase User-Agent "^larbin" bad_bot
- SetEnvIfNoCase User-Agent "^LexiBot" bad_bot
- SetEnvIfNoCase User-Agent "^lftp" bad_bot
- SetEnvIfNoCase User-Agent "^libWeb/clsHTTP" bad_bot
- SetEnvIfNoCase User-Agent "^likse" bad_bot
- SetEnvIfNoCase User-Agent "^LinkextractorPro" bad_bot
- SetEnvIfNoCase User-Agent "^LinkScan/8.1a.Unix" bad_bot
- SetEnvIfNoCase User-Agent "^LNSpiderguy" bad_bot
- SetEnvIfNoCase User-Agent "^LinkWalker" bad_bot
- SetEnvIfNoCase User-Agent "^lwp-trivial" bad_bot
- SetEnvIfNoCase User-Agent "^LWP::Simple" bad_bot
- SetEnvIfNoCase User-Agent "^Magnet" bad_bot
- SetEnvIfNoCase User-Agent "^Mag-Net" bad_bot
- SetEnvIfNoCase User-Agent "^MarkWatch" bad_bot
- SetEnvIfNoCase User-Agent "^Mass\ Downloader" bad_bot
- SetEnvIfNoCase User-Agent "^Mata.Hari" bad_bot
- SetEnvIfNoCase User-Agent "^Memo" bad_bot
- SetEnvIfNoCase User-Agent "^Microsoft.URL" bad_bot
- SetEnvIfNoCase User-Agent "^Microsoft\ URL\ Control" bad_bot
- SetEnvIfNoCase User-Agent "^MIDown\ tool" bad_bot
- SetEnvIfNoCase User-Agent "^MIIxpc" bad_bot
- SetEnvIfNoCase User-Agent "^Mirror" bad_bot
- SetEnvIfNoCase User-Agent "^Missigua\ Locator" bad_bot
- SetEnvIfNoCase User-Agent "^Mister\ PiX" bad_bot
- SetEnvIfNoCase User-Agent "^moget" bad_bot
- SetEnvIfNoCase User-Agent "^Mozilla/3.Mozilla/2.01" bad_bot
- SetEnvIfNoCase User-Agent "^Mozilla.*NEWT" bad_bot
- SetEnvIfNoCase User-Agent "^NAMEPROTECT" bad_bot
- SetEnvIfNoCase User-Agent "^Navroad" bad_bot
- SetEnvIfNoCase User-Agent "^NearSite" bad_bot
- SetEnvIfNoCase User-Agent "^NetAnts" bad_bot
- SetEnvIfNoCase User-Agent "^Netcraft" bad_bot
- SetEnvIfNoCase User-Agent "^NetMechanic" bad_bot
- SetEnvIfNoCase User-Agent "^NetSpider" bad_bot
- SetEnvIfNoCase User-Agent "^Net\ Vampire" bad_bot
- SetEnvIfNoCase User-Agent "^NetZIP" bad_bot
- SetEnvIfNoCase User-Agent "^NextGenSearchBot" bad_bot
- SetEnvIfNoCase User-Agent "^NG" bad_bot
- SetEnvIfNoCase User-Agent "^NICErsPRO" bad_bot
- SetEnvIfNoCase User-Agent "^niki-bot" bad_bot
- SetEnvIfNoCase User-Agent "^NimbleCrawler" bad_bot
- SetEnvIfNoCase User-Agent "^Ninja" bad_bot
- SetEnvIfNoCase User-Agent "^NPbot" bad_bot
- SetEnvIfNoCase User-Agent "^Octopus" bad_bot
- SetEnvIfNoCase User-Agent "^Offline\ Explorer" bad_bot
- SetEnvIfNoCase User-Agent "^Offline\ Navigator" bad_bot
- SetEnvIfNoCase User-Agent "^Openfind" bad_bot
- SetEnvIfNoCase User-Agent "^OutfoxBot" bad_bot
- SetEnvIfNoCase User-Agent "^PageGrabber" bad_bot
- SetEnvIfNoCase User-Agent "^Papa\ Foto" bad_bot
- SetEnvIfNoCase User-Agent "^pavuk" bad_bot
- SetEnvIfNoCase User-Agent "^pcBrowser" bad_bot
- SetEnvIfNoCase User-Agent "^PHP\ version\ tracker" bad_bot
- SetEnvIfNoCase User-Agent "^Pockey" bad_bot
- SetEnvIfNoCase User-Agent "^ProPowerBot/2.14" bad_bot
- SetEnvIfNoCase User-Agent "^ProWebWalker" bad_bot
- SetEnvIfNoCase User-Agent "^psbot" bad_bot
- SetEnvIfNoCase User-Agent "^Pump" bad_bot
- SetEnvIfNoCase User-Agent "^QueryN.Metasearch" bad_bot
- SetEnvIfNoCase User-Agent "^RealDownload" bad_bot
- SetEnvIfNoCase User-Agent "Reaper" bad_bot
- SetEnvIfNoCase User-Agent "Recorder" bad_bot
- SetEnvIfNoCase User-Agent "^ReGet" bad_bot
- SetEnvIfNoCase User-Agent "^RepoMonkey" bad_bot
- SetEnvIfNoCase User-Agent "^RMA" bad_bot
- SetEnvIfNoCase User-Agent "Siphon" bad_bot
- SetEnvIfNoCase User-Agent "^SiteSnagger" bad_bot
- SetEnvIfNoCase User-Agent "^SlySearch" bad_bot
- SetEnvIfNoCase User-Agent "^SmartDownload" bad_bot
- SetEnvIfNoCase User-Agent "^Snake" bad_bot
- SetEnvIfNoCase User-Agent "^Snapbot" bad_bot
- SetEnvIfNoCase User-Agent "^Snoopy" bad_bot
- SetEnvIfNoCase User-Agent "^sogou" bad_bot
- SetEnvIfNoCase User-Agent "^SpaceBison" bad_bot
- SetEnvIfNoCase User-Agent "^SpankBot" bad_bot
- SetEnvIfNoCase User-Agent "^spanner" bad_bot
- SetEnvIfNoCase User-Agent "^Sqworm" bad_bot
- SetEnvIfNoCase User-Agent "Stripper" bad_bot
- SetEnvIfNoCase User-Agent "Sucker" bad_bot
- SetEnvIfNoCase User-Agent "^SuperBot" bad_bot
- SetEnvIfNoCase User-Agent "^SuperHTTP" bad_bot
- SetEnvIfNoCase User-Agent "^Surfbot" bad_bot
- SetEnvIfNoCase User-Agent "^suzuran" bad_bot
- SetEnvIfNoCase User-Agent "^Szukacz/1.4" bad_bot
- SetEnvIfNoCase User-Agent "^tAkeOut" bad_bot
- SetEnvIfNoCase User-Agent "^Teleport" bad_bot
- SetEnvIfNoCase User-Agent "^Telesoft" bad_bot
- SetEnvIfNoCase User-Agent "^TurnitinBot/1.5" bad_bot
- SetEnvIfNoCase User-Agent "^The.Intraformant" bad_bot
- SetEnvIfNoCase User-Agent "^TheNomad" bad_bot
- SetEnvIfNoCase User-Agent "^TightTwatBot" bad_bot
- SetEnvIfNoCase User-Agent "^Titan" bad_bot
- SetEnvIfNoCase User-Agent "^True_Robot" bad_bot
- SetEnvIfNoCase User-Agent "^turingos" bad_bot
- SetEnvIfNoCase User-Agent "^TurnitinBot" bad_bot
- SetEnvIfNoCase User-Agent "^URLy.Warning" bad_bot
- SetEnvIfNoCase User-Agent "^Vacuum" bad_bot
- SetEnvIfNoCase User-Agent "^VCI" bad_bot
- SetEnvIfNoCase User-Agent "^VoidEYE" bad_bot
- SetEnvIfNoCase User-Agent "^Web\ Image\ Collector" bad_bot
- SetEnvIfNoCase User-Agent "^Web\ Sucker" bad_bot
- SetEnvIfNoCase User-Agent "^WebAuto" bad_bot
- SetEnvIfNoCase User-Agent "^WebBandit" bad_bot
- SetEnvIfNoCase User-Agent "^Webclipping.com" bad_bot
- SetEnvIfNoCase User-Agent "^WebCopier" bad_bot
- SetEnvIfNoCase User-Agent "^WebEMailExtrac.*" bad_bot
- SetEnvIfNoCase User-Agent "^WebEnhancer" bad_bot
- SetEnvIfNoCase User-Agent "^WebFetch" bad_bot
- SetEnvIfNoCase User-Agent "^WebGo\ IS" bad_bot
- SetEnvIfNoCase User-Agent "^Web.Image.Collector" bad_bot
- SetEnvIfNoCase User-Agent "^WebLeacher" bad_bot
- SetEnvIfNoCase User-Agent "^WebmasterWorldForumBot" bad_bot
- SetEnvIfNoCase User-Agent "^WebReaper" bad_bot
- SetEnvIfNoCase User-Agent "^WebSauger" bad_bot
- SetEnvIfNoCase User-Agent "^Website\ eXtractor" bad_bot
- SetEnvIfNoCase User-Agent "^Website\ Quester" bad_bot
- SetEnvIfNoCase User-Agent "^Webster" bad_bot
- SetEnvIfNoCase User-Agent "^WebStripper" bad_bot
- SetEnvIfNoCase User-Agent "^WebWhacker" bad_bot
- SetEnvIfNoCase User-Agent "^WebZIP" bad_bot
- SetEnvIfNoCase User-Agent "Whacker" bad_bot
- SetEnvIfNoCase User-Agent "^Widow" bad_bot
- SetEnvIfNoCase User-Agent "^WISENutbot" bad_bot
- SetEnvIfNoCase User-Agent "^WWWOFFLE" bad_bot
- SetEnvIfNoCase User-Agent "^WWW-Collector-E" bad_bot
- SetEnvIfNoCase User-Agent "^Xaldon" bad_bot
- SetEnvIfNoCase User-Agent "^Xenu" bad_bot
- SetEnvIfNoCase User-Agent "^Zeus" bad_bot
- SetEnvIfNoCase User-Agent "ZmEu" bad_bot
- SetEnvIfNoCase User-Agent "^Zyborg" bad_bot
- # Vulnerability Scanners
- SetEnvIfNoCase User-Agent "Acunetix" bad_bot
- SetEnvIfNoCase User-Agent "FHscan" bad_bot
- # Aggressive Chinese Search Engine
- SetEnvIfNoCase User-Agent "Baiduspider" bad_bot
- # Aggressive Russian Search Engine
- SetEnvIfNoCase User-Agent "Yandex" bad_bot
Add Comment
Please, Sign In to add comment