I have a folder that contains some PDFs and I would like to block access to the folder through the url (ex: www.site.com/pdf) so I got the following command deny from all
however when I call PDF inside an iframe the server says I'm not allowed.
I wonder if there is an exception to this block or another command blocking access by the URL. Thanks in advance.