From: Christophe Jaillet Date: Mon, 13 Jan 2014 21:23:37 +0000 (+0000) Subject: Fix typo (PR 55709) X-Git-Tag: 2.2.27~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=802327b16d47b12d67609d719045063fef919ed1;p=thirdparty%2Fapache%2Fhttpd.git Fix typo (PR 55709) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1557858 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 882c0f8d9a8..4184d68f95a 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -295,7 +295,7 @@ rewrite target when using the [G] flag:

RewriteRule oldproduct - [G,NC] -

When using [F], an [L] is implied - that is, the response is returned +

When using [G], an [L] is implied - that is, the response is returned immediately, and no further rules are evaluated.