RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://images.google.ru/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://images.google.ru$ [NC] RewriteCond %{HTTP_REFERER} !^http://images.yandex.ru/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://images.yandex.ru$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://site.ru/copyrights.jpg [R,NC]