https://issues.apache.org/bugzilla/show_bug.cgi?id=48304
--- Comment #1 from Bob Ionescu <[email protected]> 2009-12-01 13:39:27 UTC --- (In reply to comment #0) > - but if I put in .../foo/.htaccess, > > RewriteEngine On > RewriteOptions inherit > > Now requests for http://example.com/.../foo no longer respond with > .../foo.html Correct. The config structure should be merged with foo/.htaccess for a request of foo (no trailing slash) but mod_rewrite won't run its fixup hook (per-dir runtime) in case the dir was not reached completely (=trailing slash is missing). That is by design. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
