{"id":378,"date":"2018-08-24T09:54:53","date_gmt":"2018-08-24T07:54:53","guid":{"rendered":"http:\/\/piotrgabriel.pl\/wiki\/?p=378"},"modified":"2021-06-29T07:05:18","modified_gmt":"2021-06-29T05:05:18","slug":"jak-zablokowac-ruch-z-witryn-odsylajacych-w-htaccess","status":"publish","type":"post","link":"https:\/\/piotrgabriel.pl\/wiki\/jak-zablokowac-ruch-z-witryn-odsylajacych-w-htaccess\/","title":{"rendered":"Jak zablokowa\u0107 ruch z witryn odsy\u0142aj\u0105cych w .htaccess"},"content":{"rendered":"<p>Ruch z niechcianych witryn odsy\u0142aj\u0105cych, spamuj\u0105cych czy nadmiernie nas pinguj\u0105cych mo\u017ce narazi\u0107 nas serwer na przeci\u0105\u017cenia, popsu\u0107 statystyki, itp. Dowiedz si\u0119 jak sobie z tym poradzi\u0107 w pliku .htaccess, blokuj\u0105c permanentnie dost\u0119p ruchu typu referal z witryn uznawanych jako spamerskie.<!--more--><\/p>\n<p>List tego typu jest sporo w internecie, ja chcia\u0142bym Wam udost\u0119pni\u0107 t\u0119, z kt\u00f3rej korzystam osobi\u015bcie w wielu domenach.<\/p>\n<h2>Co nale\u017cy zrobi\u0107, by ban zadzia\u0142a\u0142?<\/h2>\n<p>Wystarczy skopiowa\u0107 poni\u017cszy kod do pliku .htaccess, kt\u00f3ry mamy albo musimy utworzy\u0107 w katalogu naszej domeny i tyle tak na prawd\u0119.<\/p>\n<p>## SITE REFERRER BANNING<br \/>\nRewriteCond %{HTTP_REFERER} advair [OR]<br \/>\nRewriteCond %{HTTP_REFERER} allegra [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ambien [OR]<br \/>\nRewriteCond %{HTTP_REFERER} amoxicillin [OR]<br \/>\nRewriteCond %{HTTP_REFERER} baccarat [OR]<br \/>\nRewriteCond %{HTTP_REFERER} bet [OR]<br \/>\nRewriteCond %{HTTP_REFERER} blackjack [OR]<br \/>\nRewriteCond %{HTTP_REFERER} cash [OR]<br \/>\nRewriteCond %{HTTP_REFERER} casino [OR]<br \/>\nRewriteCond %{HTTP_REFERER} celeb [OR]<br \/>\nRewriteCond %{HTTP_REFERER} cheap [OR]<br \/>\nRewriteCond %{HTTP_REFERER} cialis [OR]<br \/>\nRewriteCond %{HTTP_REFERER} craps [OR]<br \/>\nRewriteCond %{HTTP_REFERER} credit [OR]<br \/>\nRewriteCond %{HTTP_REFERER} deal [OR]<br \/>\nRewriteCond %{HTTP_REFERER} debt [OR]<br \/>\nRewriteCond %{HTTP_REFERER} drug [OR]<br \/>\nRewriteCond %{HTTP_REFERER} effexor [OR]<br \/>\nRewriteCond %{HTTP_REFERER} equity [OR]<br \/>\nRewriteCond %{HTTP_REFERER} faxo [OR]<br \/>\nRewriteCond %{HTTP_REFERER} finance [OR]<br \/>\nRewriteCond %{HTTP_REFERER} gambling [OR]<br \/>\nRewriteCond %{HTTP_REFERER} hold-em [OR]<br \/>\nRewriteCond %{HTTP_REFERER} holdem [OR]<br \/>\nRewriteCond %{HTTP_REFERER} iconsurf [OR]<br \/>\nRewriteCond %{HTTP_REFERER} insurance [OR]<br \/>\nRewriteCond %{HTTP_REFERER} interest [OR]<br \/>\nRewriteCond %{HTTP_REFERER} internetsupervision [OR]<br \/>\nRewriteCond %{HTTP_REFERER} keno [OR]<br \/>\nRewriteCond %{HTTP_REFERER} levitra [OR]<br \/>\nRewriteCond %{HTTP_REFERER} lipitor [OR]<br \/>\nRewriteCond %{HTTP_REFERER} loan [OR]<br \/>\nRewriteCond %{HTTP_REFERER} meds [OR]<br \/>\nRewriteCond %{HTTP_REFERER} money [OR]<br \/>\nRewriteCond %{HTTP_REFERER} mortgage [OR]<br \/>\nRewriteCond %{HTTP_REFERER} omaha [OR]<br \/>\nRewriteCond %{HTTP_REFERER} paxil [OR]<br \/>\nRewriteCond %{HTTP_REFERER} pharmacy [OR]<br \/>\nRewriteCond %{HTTP_REFERER} pharmacies [OR]<br \/>\nRewriteCond %{HTTP_REFERER} phentermine [OR]<br \/>\nRewriteCond %{HTTP_REFERER} pheromone [OR]<br \/>\nRewriteCond %{HTTP_REFERER} pills [OR]<br \/>\nRewriteCond %{HTTP_REFERER} poker [OR]<br \/>\nRewriteCond %{HTTP_REFERER} refinance [OR]<br \/>\nRewriteCond %{HTTP_REFERER} roulette [OR]<br \/>\nRewriteCond %{HTTP_REFERER} scout [OR]<br \/>\nRewriteCond %{HTTP_REFERER} seventwentyfour [OR]<br \/>\nRewriteCond %{HTTP_REFERER} slot [OR]<br \/>\nRewriteCond %{HTTP_REFERER} syntryx [OR]<br \/>\nRewriteCond %{HTTP_REFERER} texas [OR]<br \/>\nRewriteCond %{HTTP_REFERER} tournament [OR]<br \/>\nRewriteCond %{HTTP_REFERER} tramadol [OR]<br \/>\nRewriteCond %{HTTP_REFERER} tramidol [OR]<br \/>\nRewriteCond %{HTTP_REFERER} valtrex [OR]<br \/>\nRewriteCond %{HTTP_REFERER} viagra [OR]<br \/>\nRewriteCond %{HTTP_REFERER} vicodin [OR]<br \/>\nRewriteCond %{HTTP_REFERER} win [OR]<br \/>\nRewriteCond %{HTTP_REFERER} xanax [OR]<br \/>\nRewriteCond %{HTTP_REFERER} zanax [OR]<br \/>\nRewriteCond %{HTTP_REFERER} zoloft [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?.*(-|.)?adult(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?.*(-|.)?anal(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?.*(-|.)?blow.?job(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?.*(-|.)?gay(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?.*(-|.)?incest(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?.*(-|.)?mature(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?.*(-|.)?nude(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?.*(-|.)?porn(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?.*(-|.)?pus*y(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?.*(-|.)?sex(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?.*(-|.)?teen(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?.*(-|.)?tits(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?.*(-|.)?titten(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?38ha(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?4free(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?4hs8(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?4t(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?4u(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?6q(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?8gold(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?911(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?abalone(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?adminshop(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?adultactioncam(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?aizzo(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?alexa(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?alphacarolinas(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?amateur(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?amateurxpass(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?ansar-u-deen(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?atelebanon(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?beastiality(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?bestiality(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?belize(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?best-deals(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?blogincome(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?bontril(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?bruce-holdeman(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?vixen1(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?ca-america(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?chatt-net(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?commerce(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?condo(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?conjuratia(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?consolidate(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?coswap(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?crescentarian(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?crepesuzette(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?dating(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?devaddict(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?discount(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?domainsatcost(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?doobu(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?e-site(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?egygift(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?empathica(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?empirepoker(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?e-poker-2005(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?escal8(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?eurip(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?exitq(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?eyemagination(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?fastcrawl(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?fearcrow(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?ferretsoft(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?fick(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?finance(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?flafeber(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?fidelityfunding(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?freakycheats(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?freeality(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?fuck(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?future-2000(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?gabriola(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?gallerylisting(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?gb.com(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?globusy(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?golf-e-course(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?gospelcom(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?gradfinder(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?hasfun(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?herbal(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?hermosa(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?highprofitclub(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?hilton(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?teaminspection(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?hotel(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?houseofseven(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?hurricane(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?iaea(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?ime(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?info(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?ingyensms(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?inkjet-toner(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?isacommie(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?istarthere(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?it.tt(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?italiancharms(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?iwantu(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?jfcadvocacy(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?jmhic(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?juris(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?kylos(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?laser-eye(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?leathertree(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?lillystar(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?linkerdome(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?livenet(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?low-limit(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?lowest-price(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?macsurfer(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?mall.uk(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?maloylawn(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?marketing(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?mcdortaklar(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?mediavisor(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?medications(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?mirror.sytes(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?mp3(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?(-|.)musicbox1(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?naked(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?netdisaster(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?netfirms(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?newtruths(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?no-limit(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?nude(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?nudeceleb(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?nutzu(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?odge(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?oiline(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?onlinegamingassoc(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?outpersonals(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?pagetwo(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?paris(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?passions(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?peblog(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?peng(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?perfume-cologne(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?personal(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?php-soft(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?pics(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?pisoc(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?pisx(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?popwow(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?porn(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?prescriptions(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?printdirectforless(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?ps2cool(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?psnarones(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?psxtreme(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?quality-traffic(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?registrarprice(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?reliableresults(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?rimpim(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?ro7kalbe(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?rohkalby(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?ronnieazza(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?rulo.biz(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?s5(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?samiuls(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?searchedu(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?seventwentyfour(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?seventwentyfour.*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?sex(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?sexsearch(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?sexsq(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?shoesdiscount(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?site-4u(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?site5(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?slatersdvds(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?sml338(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?sms(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?smsportali(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?software(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?sortthemesitesby(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?spears(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?spoodles(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?sportsparent(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?stmaryonline(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?strip(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?suttonjames(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?talk.uk-yankee(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?tecrep-inc(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?teen(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?terashells(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?thatwhichis(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?thorcarlson(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?tmsathai(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?traffixer(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?tranny(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?valeof(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?video(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?vinhas(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?vixen1(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?vpshs(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?vrajitor(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?w3md(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?webdevsquare(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?whois(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?withdrawal(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?worldemail(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?wslp24(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?ws-op(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?xopy(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?xxx(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?yelucie(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?youradulthosting(-|.).*$ [OR]<br \/>\nRewriteCond %{HTTP_REFERER} ^http:\/\/(www\\.)?(-|.)zindagi(-|.).*$ [NC]<br \/>\nRewriteCond %{HTTP_REFERER} semalt.com [NC,OR]<br \/>\nRewriteCond %{HTTP_REFERER} buttons-for-website.com [NC,OR]<br \/>\nRewriteCond %{HTTP_REFERER} yes-com.com [NC,OR]<br \/>\nRewriteCond %{HTTP_REFERER} undergroundcityphoto.com [NC,OR]<br \/>\nRewriteCond %{HTTP_REFERER} seoanalyses.com [NC,OR]<br \/>\nRewriteCond %{HTTP_REFERER} get-clicker.info [NC,OR]<br \/>\nRewriteCond %{HTTP_REFERER} thapgiainhietnuochaiphat.com [NC,OR]<br \/>\nRewriteCond %{HTTP_REFERER} we-pingacy-for-you.info [NC,OR]<br \/>\nRewriteCond %{HTTP_REFERER} earn-moneyity.info [NC,OR]<br \/>\nRewriteCond %{HTTP_REFERER} ukcbdreview.com [NC,OR]<br \/>\nRewriteCond %{HTTP_REFERER} dentalconference.euroscicon.com [NC,OR]<br \/>\nRewriteCond %{HTTP_REFERER} valley-door.com [NC,OR]<br \/>\nRewriteCond %{HTTP_REFERER} get-clickize.info [NC]<\/p>\n<p>RewriteRule .* &#8211; [F]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ruch z niechcianych witryn odsy\u0142aj\u0105cych, spamuj\u0105cych czy nadmiernie nas pinguj\u0105cych mo\u017ce narazi\u0107 nas serwer na przeci\u0105\u017cenia, popsu\u0107 statystyki, itp. Dowiedz si\u0119 jak sobie z tym poradzi\u0107 w pliku .htaccess, blokuj\u0105c permanentnie dost\u0119p ruchu typu referal z witryn uznawanych jako spamerskie.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[218],"tags":[217,203],"class_list":["post-378","post","type-post","status-publish","format-standard","hentry","category-archiwum","tag-modyfikacje-htaccess","tag-spam-filter"],"_links":{"self":[{"href":"https:\/\/piotrgabriel.pl\/wiki\/wp-json\/wp\/v2\/posts\/378","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/piotrgabriel.pl\/wiki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/piotrgabriel.pl\/wiki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/piotrgabriel.pl\/wiki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/piotrgabriel.pl\/wiki\/wp-json\/wp\/v2\/comments?post=378"}],"version-history":[{"count":0,"href":"https:\/\/piotrgabriel.pl\/wiki\/wp-json\/wp\/v2\/posts\/378\/revisions"}],"wp:attachment":[{"href":"https:\/\/piotrgabriel.pl\/wiki\/wp-json\/wp\/v2\/media?parent=378"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/piotrgabriel.pl\/wiki\/wp-json\/wp\/v2\/categories?post=378"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/piotrgabriel.pl\/wiki\/wp-json\/wp\/v2\/tags?post=378"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}