From: Rich Bowen Date: Sat, 31 Mar 2012 11:57:42 +0000 (+0000) Subject: Note that the directive may be a better solution to this scenario. X-Git-Tag: 2.5.0-alpha~7280 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21b5309e41053f2deeea1c7ddb53a21d339bff03;p=apache Note that the directive may be a better solution to this scenario. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1307775 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 136a020cfd..6c0e6620d9 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -686,6 +686,11 @@ RewriteRule .? - [S=3]
# END +

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

+
T|type