Önce standart hotlink koruması kodlarını .htaccess içine yazalım.
Kod:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?mtakarsu\.com/ [NC]
RewriteCond %{HTTP_REFERER} !google. [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !search?q=cache [NC]
RewriteCond...