From: Daniel Gruno Date: Sat, 31 Mar 2012 13:21:31 +0000 (+0000) Subject: Fix XML error and rebuild html X-Git-Tag: 2.4.2~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=196816f667399d26206f94809cbf34eb129b3974;p=apache Fix XML error and rebuild html git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1307798 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index 906226119c..4f55cdc8e7 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -678,6 +678,9 @@ RewriteRule .? - [S=3]
# END

+

It is probably easier to accomplish this kind of configuration using +the <If>, <ElseIf>, and <Else> directives instead.

+
top

T|type

diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 6c0e6620d9..2da2f4a028 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -687,7 +687,7 @@ RewriteRule .? - [S=3]

It is probably easier to accomplish this kind of configuration using -the If, If, ElseIf, and Else directives instead.