<Files .htaccess> order allow,deny deny from all RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?project-angel.com/.*$ [NC] RewriteRule .(jpe?g|gif|bmp|png)$ images/htaccess/hotlink.jpg [L] </Files>