I have a quite complicated hotlinking problem. Since I my understanding of .htaccess is kinda terrible, I'll pseudo-code it:
1:Every embedded Image call should redirect to a "do not hotlink" image
2:Every direct hit to an image with let's say: domain.com/folder/IMAGENAME.jpg should redirect to my page containing the image e.g. domain.com/IMAGENAME.html
3:search engines should be unaffacted or at least still be able to crawl them for image searches
Thanks for the help :)