summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_rewrite.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/mod/mod_rewrite.xml')
-rw-r--r--docs/manual/mod/mod_rewrite.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index 793d75666d..f789e49b68 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -662,8 +662,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>