]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1165114 from trunk:
authorEric Covener <covener@apache.org>
Sun, 4 Sep 2011 21:23:29 +0000 (21:23 +0000)
committerEric Covener <covener@apache.org>
Sun, 4 Sep 2011 21:23:29 +0000 (21:23 +0000)
be explicit that REQUEST_URI is the path component only
(like r->uri)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1165115 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index dcc7fea0080c5aeee131ea5b936c1885e64a601e..fbe1aedc581c79dc9500b0420c4e02ddd18855d6 100644 (file)
@@ -822,9 +822,10 @@ Result:
 
                   <dt><code>REQUEST_URI</code></dt>
 
-                  <dd>The resource requested in the HTTP request
-                  line. (In the example above, this would be
-                  "/index.html".)</dd>
+                  <dd>The path component of the requested URI,
+                  such as "/index.html".  This notably excludes the
+                  query string which is available as as its own variable
+                  named <code>QUERY_STRING</code>.</dd>
 
                   <dt><code>REQUEST_FILENAME</code></dt>