]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport r1346288 to 2.2
authorDaniel Gruno <humbedooh@apache.org>
Tue, 5 Jun 2012 08:41:02 +0000 (08:41 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Tue, 5 Jun 2012 08:41:02 +0000 (08:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1346292 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index 378cd49419f873ecc6c381b0125603f75a8678db..b727ad7e931f17884c1aa5f897d04edff0d669d9 100644 (file)
@@ -570,10 +570,8 @@ will be used to generate the URL sent with the redirect.
 <em>Any</em> 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.
-</p>
-
-<p>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 <code>L</code> were used.</p>