Files
DirectAdmin-1.62.4/directadmin-1.62.4/data/templates/hotlink.apache.conf
tuend-work 2e16431888 ud+
2025-11-12 23:10:39 +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>