    <IfModule mod_rewrite.c>
        RewriteEngine on
|*if allow_blank_referer="yes"|
        RewriteCond %{HTTP_REFERER} !^$
|*endif|
|ALLOWED_HOTLINK_DOMAINS|
        RewriteRule .(|FILES|)$ |HOTLINK_ACTION|
    </ifModule>