From: Rich Bowen Date: Thu, 19 Nov 2009 15:10:07 +0000 (+0000) Subject: Flags patch from Igor Galić. Corrects error in noting what status codes X-Git-Tag: 2.3.4~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d152d310eff80da9f6de8d86e3cabee4e6fe1190;p=apache Flags patch from Igor Galić. Corrects error in noting what status codes can be specified. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882171 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index 982a8284e2..31c2089c8a 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -373,8 +373,8 @@ URL sent with the redirect.

-A status code may be specified, in the range 300-399, with a 302 status -code being used by default if none is specified. +Any status code may be specified, that is a valid HTTP Response, +with a 302 status code being used by default if none is specified.

diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 6b98a6b5d8..cc20f8c21d 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -387,8 +387,8 @@ URL sent with the redirect.

-A status code may be specified, in the range 300-399, with a 302 status -code being used by default if none is specified. +Any status code may be specified, that is a valid HTTP Response, +with a 302 status code being used by default if none is specified.