You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2011/09/04 23:23:29 UTC

svn commit: r1165115 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml

Author: covener
Date: Sun Sep  4 21:23:29 2011
New Revision: 1165115

URL: http://svn.apache.org/viewvc?rev=1165115&view=rev
Log:
Merge r1165114 from trunk:

be explicit that REQUEST_URI is the path component only
(like r->uri)


Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml?rev=1165115&r1=1165114&r2=1165115&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml Sun Sep  4 21:23:29 2011
@@ -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>