From: Daniel Gruno
Date: Tue, 5 Jun 2012 08:41:02 +0000 (+0000)
Subject: backport r1346288 to 2.2
X-Git-Tag: 2.2.23~158
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3cd0fa03b6ba310365b767853682176485afc214;p=thirdparty%2Fapache%2Fhttpd.git
backport r1346288 to 2.2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1346292 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index 378cd49419f..b727ad7e931 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -570,10 +570,8 @@ will be used to generate the URL sent with the redirect.
Any valid HTTP response status code may be specified,
using the syntax [R=305], with a 302 status code being used by
default if none is specified. The status code specified need not
-necessarily be a redirect (3xx) status code.
-
-
-If a status code is outside the redirect range (300-399) then the
+necessarily be a redirect (3xx) status code. However,
+if a status code is outside the redirect range (300-399) then the
substitution string is dropped entirely, and rewriting is stopped as if
the L were used.