From: Rich Bowen
Date: Fri, 15 May 2026 16:25:10 +0000 (+0000)
Subject: Resolves bz#70044 (Credit Philippe Cloutier). Disambuguates the various
X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ac71ad29f8dfa9f5ea28ab4b7c86cc9d8754d4aa;p=thirdparty%2Fapache%2Fhttpd.git
Resolves bz#70044 (Credit Philippe Cloutier). Disambuguates the various
portions of an HTTP Request.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934229 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index 32769edd37..bbe6d5b809 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -44,8 +44,9 @@ URLs on the fly
based on server variables, environment variables, cookies, HTTP headers, or time
stamps.
- mod_rewrite can operate on the full URL-path, or any
- portion of it, including the PATH_INFO or QUERY_STRING.
+ mod_rewrite can operate on the URL-path,
+ or any portion of it (including any trailing pathname information).
+ It can also alter the query string (%{QUERY_STRING}).
A rewrite rule
can be invoked in the server configuration files, or in