https://bz.apache.org/bugzilla/show_bug.cgi?id=70045
Rich Bowen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Rich Bowen <[email protected]> --- r1934230 (trunk) completes this ticket. Consolidate "What is matched?" from mod_rewrite.xml into rewrite/intro.xml: Replace the detailed "What is matched?" note block in mod_rewrite.xml with a concise summary linking to rewrite/intro.html#rewriterule. Expand the RewriteRule Basics section in rewrite/intro.xml to cover: - Pattern matches %-decoded URL-path (server context) - Pattern matches directory-relative path (per-directory context), with link to htaccess.html#path-stripping - Pattern does NOT match hostname, port, or query string — use RewriteCond with %{HTTP_HOST}, %{SERVER_PORT}, %{QUERY_STRING} Combined with r1934228 (per-directory consolidation), the duplicated content between mod_rewrite.xml and the Rewrite Guide is now consolidated in one place. Trunk only for now; 2.4 backport deferred. -- 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]
