Yardımın için teşekkürler hocam. htaccess kod yapısı bu şekilde mi olmalı?

[dt_code]# block visitors referred from semalt.com and other referral spammer

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_REFERER} siteismi\.com [NC,OR]
RewriteCond %{HTTP_REFERER} buttons-for-website\.com
RewriteRule .* – [F]

[/dt_code]