]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Resolves bz#70044 (Credit Philippe Cloutier). Disambuguates the various
authorRich Bowen <rbowen@apache.org>
Fri, 15 May 2026 16:25:10 +0000 (16:25 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 15 May 2026 16:25:10 +0000 (16:25 +0000)
portions of an HTTP Request.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934229 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 32769edd37869e48de012d5c66559b41dfeb43ae..bbe6d5b8098baf2da76918a5e1f7bcaa35acc9f0 100644 (file)
@@ -44,8 +44,9 @@ URLs on the fly</description>
       based on server variables, environment variables, cookies, HTTP headers, or time
       stamps.</p>
 
-      <p><module>mod_rewrite</module> can operate on the full URL-path, or any
-      portion of it, including the PATH_INFO or QUERY_STRING.</p>
+      <p><module>mod_rewrite</module> can operate on the <a href="directive-dict.html#Syntax">URL-path</a>,
+      or any portion of it (including any <a href="core.html#acceptpathinfo">trailing pathname information</a>).
+      It can also alter the query string (<a href="../expr.html#vars"><code>%{QUERY_STRING}</code></a>).</p>
 
       <p>A rewrite rule
       can be invoked in the server configuration files, or in <glossary