diff options
author | Graham Leggett <minfrin@apache.org> | 2023-04-25 10:43:04 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2023-04-25 10:43:04 +0200 |
commit | f3825febe88382eabd89837c90ca3284660d234a (patch) | |
tree | 7b563e614b289300f60c83407bb754811b9d6f9a /docs | |
parent | ci: Upgrade to latest apr-1.7.4. (diff) | |
download | apache2-f3825febe88382eabd89837c90ca3284660d234a.tar.xz apache2-f3825febe88382eabd89837c90ca3284660d234a.zip |
Rebuild docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909395 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_rewrite.html.en.utf8 | 4 |
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> |