From: Daniel Gruno
Date: Tue, 5 Jun 2012 08:35:05 +0000 (+0000)
Subject: Fix up the wording, so it leaves no doubt that status codes outside the 300-399 range...
X-Git-Tag: 2.5.0-alpha~6761
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1518c0f73b1f06bb79136c56c2e7aa93872760d6;p=thirdparty%2Fapache%2Fhttpd.git
Fix up the wording, so it leaves no doubt that status codes outside the 300-399 range are also perfectly fine.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1346288 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index 64b78d423aa..3b565fd1fae 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -597,10 +597,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.