https://bz.apache.org/bugzilla/show_bug.cgi?id=58789

William A. Rowe Jr. <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEEDINFO

--- Comment #3 from William A. Rowe Jr. <[email protected]> ---
First you are asking a user question;

"if I change the htaccess from /aaa/bbb and /aaa/bbb/ccc to the code below the
header gets overrided! Why?"

It has always worked this way, <Files > blocks are and always have been applied
last after <Directory > blocks (including .htaccess assignments).

Secondly, it is not clear whether you have the .htaccess directives correctly
configured in <Directory > blocks in your httpd.conf (and attaching your
httpd.conf is usually a dead giveaway that this is a user question).

http://httpd.apache.org/docs/2.4/howto/htaccess.html

explains the controls.  Deleting the .htaccess file in /aaa could quickly tell
you whether the .htaccess files in /aaa/bbb and /aaa/bbb/ccc are entirely
ignored.

I expect you will resolve your own question reviewing the documention, but will
leave this as NEEDINFO for you to explain precisely what you tried and
precisely what the result was.  Thus far it looks like it is behaving as
designed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to