How to release a specific folder through the use of htaccess? [duplicate]

1

I need to release lib only the barcode folder. The rest is inaccessible. How can I do this? What I currently have is:

Order deny, allow Deny from all

    
asked by anonymous 18.04.2016 / 15:07

1 answer

-1

Try to create a configuration file by exclusively releasing this Lib folder.

See an example with the following solutions already posted:

Releasing a protected sub-directory with .htaccess?

Release subdirectory through .htaccess

    
18.04.2016 / 16:46