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

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

docs/manual/mod/mod_rewrite.xml

index 53de3b3e57fc9b92001262cd040f84f552d9d1d7..80d35938890c02b8964679ee0944ac2cf31d5bc0 100644 (file)
@@ -490,9 +490,10 @@ RewriteRule ^index\.html$  newsite.html
 
                   <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>