DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39625>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39625 ------- Additional Comments From [EMAIL PROTECTED] 2007-01-22 06:09 ------- I think this is normal processing. The .htaccess files are merged with the settings already accumulated. Each module runs in a specific order. Using directives for a specific module in a parent .htaccess file does not mean that this directives/module will be processed first/have some kind of priority as opposed to directives for an other module located in a sub folder. You can change the order of processing in Apache 1.3 by resorting the directive 'AddModule ....' in your httpd.conf. In Apache2, authorization will always run before mod_rewrite in directory context. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
