On Fri, Dec 18, 2009 at 11:34 AM, Perl Whore <whorep...@gmail.com> wrote:
> I read the docs for the flags and it says for [C] that if a rule is
> not matched then it skips the rest of the rules.

I told you my example was "advanced"...


> What I'm trying to do are set individual rules for the same condition
> and not a chain of rules. So only the rule that match should be
> applied.

Only rules that match will ever  be applied. Basically apache just
tries all the rules in sequence, and if they match the rule gets
applied. That means that several rules can be applied, unless rewrite
rule processing stops (because of a flag)









-- 
krist.vanbes...@gmail.com
kr...@vanbesien.org
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to