I have a http server (e.g. http://www.web.com) running with lighttpd
. The files composing this server are for instance:
index.html
files/img1.png
files/img2.png
If someone access http://www.web.com/files/img1.png, they can see that file. Is there a way I can block this type of access to my server?
I want does files to only be accessible if the user is redirected from index.html
or used in it.