2
How do I release a specific subdirectory (and all its files) via . htaccess?
How do I use "friendly url" and through .htaccess
I block everything that does not suit, I would like to know how to "free" the access to a specific folder and all the files in it.
OBS:
the command <Directory /path/to/dir/protected/unprotected> Satisfy An </Directory>
did not solve my problem, as the same should be put in the httpd.conf
and I don’t have access to it. In the question quoted as "answered" the author probably has this access, and thus my question is not answered yet. I’ll take a new test.
Test result:
In local tests in the archive httpd.conf
answer of the question marked as answered works perfectly, but if the same be placed in a .htaccess
the error is returned
Internal Server Error
For my problem I don’t have access to the file httpd.conf
and the same should be done in the archive .htaccess
. Hence the question of how to release a specific directory via .htaccess
.
Which version of apache are you using? 2.2 or 2.4? could you add your . htaccess to question content for better understanding?
– MateusDemboski
In case I would just make a certain folder for "public" access along with all its internal content.
– Anderson Brunel Modolon
I think my answer satisfies your problem... =)
– MateusDemboski