appkitcut
4/3/2019 - 6:57 AM

直リンク禁止

#htaccess
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?localhost [NC]
RewriteRule .(pdf|zip)$ - [NC,F,L]
</IfModule>