For my core php website, I want to restrict the user to aceess the image link. Currently we have blocked the right click on the website; however, anyone can still access the website code via source code on any browser and find the links to the product images. So I want to restrict the user to access the image path from source code also.
I have tried with htaccess but it will restrict only directory listing not the particular images.
Thanks in advance!