Apache Hotlink Protection
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://([ -a-z0-9] .)example.com [NC]
RewriteRule .(gif|jpe?g|png)$ - [F,NC,L]
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://([ -a-z0-9] .)example.com [NC]
RewriteRule .(gif|jpe?g|png)$ - [F,NC,L]