How to Secure Images?
-
Hi, I have created a website that offers free and purchased images. I want to secure the folder where the images that one must purchase so no one can get them for free. I have created a directory in the uploads folder for them. So far I have:
- Made a blank index.html folder for the uploads and the image directories.
- I have added this line to my Robots.txt file:
Disallow: /wp-content/uploads/
Unfortunately if someone types the path and name of the image it will still display in the browser like:
https://www.mywebsite.com/wp-content/uploads/secure-images/whatever.jpg
that is still open to the public.
How can I secure them from normal browsing and download?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How to Secure Images?’ is closed to new replies.