Do you mean files on your website or something else?
If it is your website do you want to completely block people or just limit how many connections there are.
RewriteEngine on
RewriteCond %{HTTP_REFERER} .
RewriteCond %{HTTP_REFERER} !^http://(www\\.)?yoursite\\.com [NC]
RewriteRule \\.(gif|jpe?g)$ /images/hotlink.$1 [L]
Hello everyone.
I want to protect my download server's files from leeching...how can i do that?
my server os : centos 6
my control panel : Direct Admin
thanks