123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353 |
- RewriteEngine On
- # If an existing asset or directory is requested go to it as it is
- RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]
- RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d
- RewriteRule ^ - [L]
- # If the requested resource doesn't exist, use index.html
- RewriteRule ^ /index.html
-
- <IfModule mod_headers.c>
- <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$">
- Header set Access-Control-Allow-Origin "*"
- </FilesMatch>
- </IfModule>
-
- <FilesMatch "\.(css|js)$">
- <IfModule mod_expires.c>
- ExpiresActive On
-
- # Images
- ExpiresByType image/jpeg "access plus 1 year"
- ExpiresByType image/gif "access plus 1 year"
- ExpiresByType image/png "access plus 1 year"
- ExpiresByType image/webp "access plus 1 year"
- ExpiresByType image/svg+xml "access plus 1 year"
- ExpiresByType image/x-icon "access plus 1 year"
-
- # Video
- ExpiresByType video/mp4 "access plus 1 year"
- ExpiresByType video/mpeg "access plus 1 year"
-
- # CSS, JavaScript
- ExpiresByType text/css "access plus 1 month"
- ExpiresByType text/javascript "access plus 1 month"
- ExpiresByType application/javascript "access plus 1 month"
- </IfModule>
- <IfModule mod_headers.c>
- FileETag None
- Header unset ETag
- Header unset Pragma
- Header unset Cache-Control
- Header unset Last-Modified
- Header set Pragma "no-cache"
- Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
- Header set Expires "Thu, 1 Jan 1970 00:00:00 GMT"
- </IfModule>
- </FilesMatch>
-
- <IfModule mod_mime.c>
- AddType application/x-javascript .js
- AddType text/css .css
- AddType font/eot .eot
- AddType font/ttf .ttf
- AddType font/woff .woff
- AddType font/woff2 .woff2
- </IfModule>
-
- <IfModule mod_deflate.c>
- AddOutputFilterByType DEFLATE font/eot font/ttf font/woff font/woff2 text/css application/x-javascript text/x-component text/html text/plain text/xml application/javascript
- <IfModule mod_setenvif.c>
- BrowserMatch ^Mozilla/4 gzip-only-text/html
- BrowserMatch ^Mozilla/4.0[678] no-gzip
- BrowserMatch bMSIE !no-gzip !gzip-only-text/html
- </IfModule>
- </IfModule>
-
- <IfModule mod_gzip.c>
- mod_gzip_on Yes
- mod_gzip_dechunk Yes
- mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
- mod_gzip_item_include handler ^cgi-script$
- mod_gzip_item_include mime ^text/.*
- mod_gzip_item_include mime ^application/x-javascript.*
- mod_gzip_item_exclude mime ^image/.*
- mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
- </IfModule>
-
- <IfModule mod_headers.c>
- RewriteCond "%{HTTP:Accept-encoding}" "gzip"
- RewriteCond "%{REQUEST_FILENAME}\.gz" -s
- RewriteRule "^(.*)\.css" "$1\.css\.gz" [QSA]
- RewriteCond "%{HTTP:Accept-encoding}" "gzip"
- RewriteCond "%{REQUEST_FILENAME}\.gz" -s
- RewriteRule "^(.*)\.js" "$1\.js\.gz" [QSA]
- RewriteRule "\.css\.gz$" "-" [T=text/css,E=no-gzip:1]
- RewriteRule "\.js\.gz$" "-" [T=text/javascript,E=no-gzip:1]
-
- <FilesMatch "(\.js\.gz|\.css\.gz)$">
- Header append Content-Encoding gzip
- Header append Vary Accept-Encoding
- </FilesMatch>
- </IfModule>
-
- # Begin HackRepair.com Blacklist
- RewriteEngine on
- # Abuse Agent Blocking
- RewriteCond %{HTTP_USER_AGENT} ^[Ww]eb[Bb]andit [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^$ [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Acunetix [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^binlar [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Bolt\ 0 [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^BOT\ for\ JCE [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:craftbot\@yahoo\.com [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^casper [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^checkprivacy [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^clshttp [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^cmsworldmap [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^comodo [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Custo [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Default\ Browser\ 0 [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^diavol [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^DIIbot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^DISCo [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^dotbot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^eCatch [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^EmailCollector [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^extract [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^feedfinder [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^FHscan [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^FlashGet [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^flicky [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^FunWebProducts [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^g00g1e [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^GetRight [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^grab [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^GrabNet [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Grafula [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^harvest [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^HMView [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^ia_archiver [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^InterGET [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^InternetSeer\.com [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^jakarta [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Java [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^JetCar [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^kanagawa [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^kmccrew [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^larbin [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^libwww [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Maxthon$ [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^microsoft\.url [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^miner [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Mozilla\.*Indy [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Mozilla\.*NEWT [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^MSFrontPage [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Navroad [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^NearSite [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^NetAnts [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^NetSpider [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^NetZIP [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^nutch [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Octopus [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^pavuk [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^PeoplePal [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^planetwork [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^psbot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^purebot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^pycurl [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^RealDownload [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^ReGet [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Rippers\ 0 [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^SeaMonkey$ [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^sitecheck\.internetseer\.com [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^skygrid [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^sucker [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^SuperBot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Surfbot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Toata\ dragostea\ mea\ pentru\ diavola [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^turnit [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^vikspider [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^WebAuto [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^WebCopier [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^WebFetch [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^WebReaper [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^WebSauger [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^WebStripper [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^WebZIP [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Wget [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Widow [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^WPScan [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^WWW-Mechanize [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Yandex [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^Zeus [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ^zmeu [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} 360Spider [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} AhrefsBot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} CazoodleBot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} discobot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} EasouSpider [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ecxi [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} GT::WWW [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} heritrix [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} HTTP::Lite [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ia_archiver [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} id-search [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} id-search\.org [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} IDBot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} IRLbot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ISC\ Systems\ iRc\ Search\ 2\.1 [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} LinksCrawler [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} LinksManager.com_bot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} linkwalker [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} lwp-trivial [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} MFC_Tear_Sample [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Microsoft\ URL\ Control [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Missigua\ Locator [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} MJ12bot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} panscient.com [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} PECL::HTTP [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} PHPCrawl [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} PleaseCrawl [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} SBIder [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} SearchmetricsBot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Snoopy [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Sogou [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Steeler [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} URI::Fetch [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} urllib [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Web\ Sucker [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} webalta [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} WebCollage [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} Wells\ Search\ II [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} WEP\ Search [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} XoviBot [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} YisouSpider [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} zermelo [NC,OR]
- RewriteCond %{HTTP_USER_AGENT} ZyBorg
- RewriteRule ^.* - [F,L]
- # Abuse bot blocking rule end
-
- # Abuse HTTP Referrer Blocking
- RewriteCond %{HTTP_REFERER} free-social-buttions\.com [NC,OR]
- RewriteCond %{HTTP_REFERER} best-seo-offer\.com [NC,OR]
- RewriteCond %{HTTP_REFERER} buttons-for-your-website\.com [NC,OR]
- RewriteCond %{HTTP_REFERER} www1.free-social-buttons\.com [NC,OR]
- RewriteCond %{HTTP_REFERER} www2.free-social-buttons\.com [NC,OR]
- RewriteCond %{HTTP_REFERER} www3.free-social-buttons\.com [NC,OR]
- RewriteCond %{HTTP_REFERER} 100dollars-seo.com\.com [NC,OR]
- RewriteCond %{HTTP_REFERER} www4.free-social-buttons\.com
- RewriteRule ^.* - [F,L]
- # Abuse HTTP Referrer Blocking end
-
- # Start Custom Blocks
- # Aboundex
- Deny from 173.192.34.95
- # Bluecoat
- deny from 8.21.4.254
- deny from 65.46.48.192/30
- deny from 65.160.238.176/28
- deny from 85.92.222.0/24
- deny from 206.51.36.0/22
- deny from 216.52.23.0/24
- # cyveillance
- deny from 38.100.19.8/29
- deny from 38.100.21.0/24
- deny from 38.100.41.64/26
- deny from 38.105.71.0/25
- deny from 38.105.83.0/27
- deny from 38.112.21.140/30
- deny from 38.118.42.32/29
- deny from 65.213.208.128/27
- deny from 65.222.176.96/27
- deny from 65.222.185.72/29
- # Cyberpatrol
- deny from 38.103.17.160/27
- # Internet Identity - Anti-Phishing
- deny from 66.113.96.0/20
- deny from 70.35.113.192/27
- # Ironport
- deny from 204.15.80.0/22
- # Lightspeed Systems Security
- deny from 66.17.15.128/26
- deny from 69.84.207.32/27
- deny from 69.84.207.128/25
- # Layered Technologies
- deny from 72.36.128.0/17
- deny from 72.232.0.0/16
- deny from 72.233.0.0/17
- deny from 216.32.0.0/14
- # M86
- deny from 67.192.231.224/29
- deny from 208.90.236.0/22
- # Phish-Inspector.com
- deny from 209.147.127.208/28
- # Prescient Software, Inc. Phishmongers
- deny from 198.186.190.0/23
- deny from 198.186.192.0/23
- deny from 198.186.194.0/24
- # urlfilterdb
- deny from 207.210.99.32/29
- # websense-in.car1.sandiego1.level3.net
- deny from 4.53.120.22
- # Websense
- deny from 66.194.6.0/24
- deny from 67.117.201.128/28
- deny from 69.67.32.0/20
- deny from 131.191.87.0/24
- deny from 204.15.64.0/21
- deny from 208.80.192.0/21
- deny from 212.62.26.64/27
- deny from 213.168.226.0/24
- deny from 213.168.241.0/30
- deny from 213.168.242.0/30
- deny from 213.236.150.16/28
- # End Custom Blocks. Add a couple line breaks below this as well.
-
- # Block comment spammers and bad bots
- # Add your custom IP block list here. Example format:
- # deny from 4.53.120.22
- # End Block comment spammers, bad bots and some proxies
- # End HackRepair.com Blacklist, http://pastebin.com/u/hackrepair
|