summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_rewrite.xml
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2023-08-23 23:23:46 +0200
committerChristophe Jaillet <jailletc36@apache.org>2023-08-23 23:23:46 +0200
commit8b2b3868598728f3638284d12d63738541da4f0e (patch)
tree73bbdca82c216d97465c2490197b2a892889ed13 /docs/manual/mod/mod_rewrite.xml
parentFix compatibility version, typo (s/hader/header) and trailing spaces (diff)
downloadapache2-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.xml2
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>