how make url obfuscated

I want to make the images and download videos url obfuscated in wordpress so that visitors could not see the exact path of the images and videos url. I have tried short url plugin for this but it is not working.please let me know the any plugin in wordpress which I can used or Can I do it using the htaccess file ?

Related posts

Leave a Reply

2 comments

  1. Obsfucating media URL is not useless, it has its own purpose. Here’s an example:

    You have a gallery/images like this:

    http://example.com/images/gallery-001/img-001.jpg
    http://example.com/images/gallery-001/img-002.jpg
    http://example.com/images/gallery-001/img-003.jpg
    and so on...
    

    Obsfucating the urls is a good way to prevent typical non-techie audience to guessing the image urls instead of viewing them on site.

  2. Obfuscating the media URL is possible, of course, but it’s meaningless. If you don’t want people to see the actual source, just download the file on your own server and replace the link(s).