[eluser]WanWizard[/eluser]
Blocking hot linking via .htaccess depends on the referrer link in the request.
Which can easily be forged, unless you only accept requests from a specific referrer, with some kind of session key that you can verify, but then it's beyond the capabilities of mod_rewrite.