]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove an extra word.
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 23 Aug 2023 21:24:24 +0000 (21:24 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 23 Aug 2023 21:24:24 +0000 (21:24 +0000)
Follow up to r1909084 (in trunk).

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1911877 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index b648555abf84ade1e8ace3e093c60b9d8e7e6be8..f60433bcbbb3eb6e7abf688a0097278a59ce1f3d 100644 (file)
@@ -655,7 +655,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>