diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2023-08-23 23:23:46 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2023-08-23 23:23:46 +0200 |
commit | 8b2b3868598728f3638284d12d63738541da4f0e (patch) | |
tree | 73bbdca82c216d97465c2490197b2a892889ed13 /docs/manual/mod/mod_rewrite.xml | |
parent | Fix compatibility version, typo (s/hader/header) and trailing spaces (diff) | |
download | apache2-8b2b3868598728f3638284d12d63738541da4f0e.tar.xz apache2-8b2b3868598728f3638284d12d63738541da4f0e.zip |
Remove an extra word.
Follow up to r1909084.
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911876 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_rewrite.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index f789e49b68..9f4200e3dc 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -662,7 +662,7 @@ 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> + <code>REQUEST_URI</code> has already been %-decoded, to re-encode it pass it through the "escape" <a href="#mapfunc">mapping-function</a>. </dd> |