]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rebuild docs.
authorGraham Leggett <minfrin@apache.org>
Tue, 25 Apr 2023 08:43:04 +0000 (08:43 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 25 Apr 2023 08:43:04 +0000 (08:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909395 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en.utf8

index 44707f8cae0d9334075ee31cf10be3524ad012e8..44e73c8ad5b14b5f40e3c9ca7681b7aae52f62dc 100644 (file)
@@ -365,8 +365,8 @@ AliasMatch "^/myapp" "/opt/myapp-1.2.3"
                   such as "/index.html".  This notably excludes the
                   query string which is available as its own variable
                   named <code>QUERY_STRING</code>. The value returned for
-                  both <code>REQUEST_URI</code> and <code>QUERY_STRING</code>
-                  has already been %-decoded, to re-encoded it pass it through
+                  both <code>REQUEST_URI</code> 
+                  has already been %-decoded, to re-encode it pass it through
                   the "escape" <a href="#mapfunc">mapping-function</a>.
                   </dd>