LinuxBabu ………..

Hotlink protection: How-To prevent people from stealing your files

by on May.25, 2008, under Basics, Command Line, cPanel, DirectAdmin, Plesk, Virtuozzo, WebMin

Create an .htaccess file in your public_html directory with the following code:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www.)?
domain.com.*$ [NC]
RewriteRule .(gif|jpg)$ – [F]

Where domain.com is your domain.


Leave a Reply