I have a site that is hotlinking images, please help
<img src="http://mattdunlap.org/?ak_action=api_record_view&id=1060&type=feed" alt="">
Since it is not an image (jpg|png|gif), my hotlinking script is not working
I've tried this but doesn't work
RewriteCond %{HTTP_REFERER} !^http://(www\.)?cheaps1.info/.*$ [NC]
RewriteRule \.(feed)$ http://www.mattdunlap.org/images/dick.gif [R,L]
I've also thought about using the PHP gd library on my index page with a conditional $_GET, but would like to do everything with .htaccess