EmirkanDamar adlı üyeden alıntı: mesajı görüntüle
Selamlar, işi alabilirim.



Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} http://www.google.com/?q=keyword [NC,OR]
RewriteCond %{HTTP_REFERER} http://www.google.com/?q=keyword
RewriteRule .* – [F]

Bu şekilde engellemiyor. Mevcuttaki aşağıdaki gibi ancak engellemedi.


RewriteEngine on
# Options +FollowSymlinks # –
RewriteCond %{HTTP_REFERER} iskalko\.ru [NC,OR]
RewriteCond %{HTTP_REFERER} ppcnt\.org [NC,OR]
RewriteCond %{HTTP_REFERER} ppcnt\.pro [NC,OR]
RewriteCond %{HTTP_REFERER} ppcnt\.us [NC,OR]
RewriteCond %{HTTP_REFERER} ppcnt\.eu [NC,OR]
RewriteCond %{HTTP_REFERER} ppcnt\.live [NC,OR]
RewriteCond %{HTTP_REFERER} popcent\.org [NC,OR]
RewriteCond %{HTTP_REFERER} ppcnt\.co [NC,OR]
RewriteCond %{HTTP_REFERER} ppcnt\.net [NC,OR]
RewriteCond %{HTTP_REFERER} ppcent\.net [NC,OR]
RewriteCond %{HTTP_REFERER} ^https://www\.google\.com/?q=keyword1 [NC,OR]
RewriteCond %{HTTP_REFERER} ^https://www\.google\.com/?q=keyword2 [NC,OR]
RewriteCond %{HTTP_REFERER} ^https://www\.google\.com/?q=keyword3  [NC,OR]


RewriteCond %{HTTP_REFERER} с.новым.годом.рф

RewriteRule .* – [F]