https://bz.apache.org/bugzilla/show_bug.cgi?id=63051
Luca Toscano <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Luca Toscano <[email protected]> --- Hi! This is an interesting use case. As far as I can see, your config behaves the same even if two Directory blocks with the same paths are used. <If> works in the directory context, and I believe that mod_rewrite tries to apply only one block of rules at the time, without merging if not explicitly told (with Inherit - https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html#rewriteoptions). Going to follow up with more expert devs to figure out the final answer, it would be great to add this config as example in the docs. Hope that helps! Luca -- 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]
