From: Richard 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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb29a669a4f6ed03352f150e9bd68b5062f1ce2c;p=thirdparty%2Fapache%2Fhttpd.git 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 136a020cfd5..6c0e6620d98 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