How do I release a specific sub directory (and all of its files) via .htaccess?
As I use "friendly url" and through .htaccess
I block everything that is not convenient, I would like to know how to "free" access to a specific folder and all the files in it.
OBS:
the <Directory /path/to/dir/protected/unprotected> Satisfy An </Directory>
command did not solve my problem, because it should be placed in httpd.conf
and I do not have access to it. In the question quoted as "answered" the author probably has this access, and being this way, my doubt is not answered yet. I'll do another test.
Test result:
In local tests on the file httpd.conf
answer of the question flagged as answered works perfectly, but if it is placed in a .htaccess
error is returned
Internal Server Error
For my problem I do not have access to the file httpd.conf
and it must be done in the .htaccess
file. So the question of how to release a specific directory via .htaccess
.