https://bz.apache.org/bugzilla/show_bug.cgi?id=58789
--- Comment #25 from Eric Covener <cove...@gmail.com> --- (In reply to gilperon from comment #24) > Nice to know that. I also had problems in the past with mod_rewrite cause > even placing rules at the top of the file the filesmatch at the bottom was > being "hit" first! > > Is there any docs where I can understand what types of codes inside htaccess > are executed first cause in my experience the order that some lines of code > appears in the hattcess file are not always executed as expected. The document I linked to in my previous comment talks about how modules' _configuration_ is read and merged. Execution doesn't happen line by line, it happens after all of the reading and merging is done. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org