verilen kod bir site için sorum şudur. birden fazla site için kodu tekrarlayacakmıyız.
örnek şu şekildemi olacak
Alıntı
9
●971
# block visitors referred from sharebutton.to and other referral spammer
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} sharebutton\.to [NC,OR]
RewriteCond %{HTTP_REFERER} buttons-for-website\.com
RewriteRule .* [F]
# block visitors referred from offers.bycontext.com and other referral spammer
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} offers.bycontext\.com [NC,OR]
RewriteCond %{HTTP_REFERER} buttons-for-website\.com
RewriteRule .* [F]
# block visitors referred from domination.ml and other referral spammer
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} domination\.nl [NC,OR]
RewriteCond %{HTTP_REFERER} buttons-for-website\.com
RewriteRule .* [F]
# block visitors referred from generalporn.org and other referral spammer
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} generalporn\.org [NC,OR]
RewriteCond %{HTTP_REFERER} buttons-for-website\.com
RewriteRule .* [F]
# block visitors referred from youporn-forum.ga and other referral spammer
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} youporn-forum\.ga [NC,OR]
RewriteCond %{HTTP_REFERER} buttons-for-website\.com
RewriteRule .* [F] Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} sharebutton\.to [NC,OR]
RewriteCond %{HTTP_REFERER} offers.bycontext\.com [NC,OR]
RewriteCond %{HTTP_REFERER} buttons-for-website\.com [NC,OR]
RewriteCond %{HTTP_REFERER} domination\.nl [NC,OR]
RewriteCond %{HTTP_REFERER} generalporn\.org [NC,OR]
RewriteCond %{HTTP_REFERER} youporn-forum\.ga [NC,OR]
RewriteCond %{HTTP_REFERER} buttons-for-website\.com
RewriteRule .* [F]böyle olmalı.
# block visitors referred from youporn-forum.ga and other referral spammerbunu koymuyormuyuz htaces e hocam. bu arada htaceste sadece bu kodlar olacak