Files
DirectAdmin-1.62.4/update/data/templates/hotlink.apache.conf
tuend-work 4478491d73 z
2025-11-13 07:41:56 +07:00

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>