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