From 196816f667399d26206f94809cbf34eb129b3974 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Sat, 31 Mar 2012 13:21:31 +0000 Subject: [PATCH] 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 --- docs/manual/rewrite/flags.html.en | 3 +++ docs/manual/rewrite/flags.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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.

-- 2.40.0