RewriteEngine on
#php_value magic_quotes_gpc 0

RewriteCond %{HTTP_REFERER} !^http://aclove.ru/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://aclove.ru$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.aclove.ru/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.aclove.ru$      [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]

