0
I have a folder that contains some Pdfs and would like to block the folder access by the url (eg www.site.com/pdf) so I got the following command deny from all
but when I call PDF inside an iframe the server says I don’t have permission.
I would like to know if there is an exception to this lock or another command that blocks access through the URL. Thanks in advance.