summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2023-04-25 08:43:04 +0000
committerGraham Leggett <minfrin@apache.org>2023-04-25 08:43:04 +0000
commitf3825febe88382eabd89837c90ca3284660d234a (patch)
tree7b563e614b289300f60c83407bb754811b9d6f9a
parent85b3bb415fb3b2ad8b0d8508c9bb6651bcfc503e (diff)
downloadhttpd-f3825febe88382eabd89837c90ca3284660d234a.tar.gz
Rebuild docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909395 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_rewrite.html.en.utf84
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_rewrite.html.en.utf8 b/docs/manual/mod/mod_rewrite.html.en.utf8
index 44707f8cae..44e73c8ad5 100644
--- a/docs/manual/mod/mod_rewrite.html.en.utf8
+++ b/docs/manual/mod/mod_rewrite.html.en.utf8
@@ -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>