Apache Hotlink Protection

Posted on Aug 11, 2009

RewriteEngine On

RewriteCond %{HTTP_REFERER} !^$

RewriteCond %{HTTP_REFERER} !^http://([ -a-z0-9]  .)example.com [NC]

RewriteRule .(gif|jpe?g|png)$ - [F,NC,L]