From f05ef68c8adac11a2d8c37e36c61afeebbb4548d Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 4 Sep 2011 21:23:29 +0000 Subject: [PATCH] Merge r1165114 from trunk: 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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index dcc7fea0080..fbe1aedc581 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -822,9 +822,10 @@ Result:
REQUEST_URI
-
The resource requested in the HTTP request - line. (In the example above, this would be - "/index.html".)
+
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 QUERY_STRING.
REQUEST_FILENAME
-- 2.47.2