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

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911876 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index f789e49b683d06945627e51e06ddd205c3f9373a..9f4200e3dcd415d85f03dca57d1c4ead7e84ee1e 100644 (file)
@@ -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>