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