I am trying to hide the real path of the image, but not getting any proper solution. I have added some lines in .htaccess but its not working, I have added :
RewriteEngine On
RewriteRule ^ewallet\/public\/frontend\/img\/(.*)$ /ewallet/public/frontend/images/$1 [L]
Please help me out, Thanks in advance.