[an error occurred while processing this directive]

Как разрешить скачивать картинки с текущего сайта и запретить выкачивание через чужие линки.
RewriteEngine On
RewriteCond %{REQUEST_URI} /img/ 
RewriteCond %{HTTP_REFERER} !^.*somedom\.ru.* [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .* /empty.gif [L]
 
17.07.2002 , Автор: uldus
Ключи: image, http, mod_rewrite, rule / Лицензия: CC-BY
Раздел:    Корень / Администратору / Сетевые сервисы / WWW, Apache httpd / Редирект, mod_rewrite

[an error occurred while processing this directive]

[an error occurred while processing this directive]