I want to block access to only one directory say http://www.example.com/pictures Every file in other directory should be available as normal.
I have gone through a referrer checking solution. That can be easily bypassed.
I Simply want to show images in pictures directory on a page say view.php if images in this directory accessed from anywhere else. Just redirect to an image that says hotlinking not allowed"
Thanks