]> granicus.if.org Git - apache/commitdiff
Fix up the wording, so it leaves no doubt that status codes outside the 300-399 range...
authorDaniel Gruno <humbedooh@apache.org>
Tue, 5 Jun 2012 08:37:54 +0000 (08:37 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Tue, 5 Jun 2012 08:37:54 +0000 (08:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1346290 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index 64b78d423aaaeb40ea3dfa3a1fc55d1744fb699c..3b565fd1fae0b872be9c16f919758535c5aa5281 100644 (file)
@@ -597,10 +597,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>