https://bz.apache.org/bugzilla/show_bug.cgi?id=66099
--- Comment #9 from Yann Ylavic <[email protected]> --- (In reply to Jörg Reinholz from comment #8) > the statement "This notably excludes the query string" conveys that the > query is never part of '%{REQUEST_URI}'. It's actually true that the query-string is never part of %{REQUEST_URI} in mod_rewrite, the query string generated by your redirect rule comes from the rule itself, not the content of the %{REQUEST_URI} variable. Nevertheless, it probably should be included in the docs (though not relative to %{REQUEST_URI}). -- 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]
