summaryrefslogtreecommitdiffstats
path: root/docs/manual/rewrite/flags.xml
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-06-05 10:35:05 +0200
committerDaniel Gruno <humbedooh@apache.org>2012-06-05 10:35:05 +0200
commit1518c0f73b1f06bb79136c56c2e7aa93872760d6 (patch)
tree6c8b3758899973b6a09a3193fda8cd7c1d4e2b23 /docs/manual/rewrite/flags.xml
parentxforms (diff)
downloadapache2-1518c0f73b1f06bb79136c56c2e7aa93872760d6.tar.xz
apache2-1518c0f73b1f06bb79136c56c2e7aa93872760d6.zip
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
Diffstat (limited to 'docs/manual/rewrite/flags.xml')
-rw-r--r--docs/manual/rewrite/flags.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index 64b78d423a..3b565fd1fa 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.
<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>