The implicit behaviour for multiple RewriteCond directives is AND, unless
you use [OR].

So without [OR], all the conditions have to match to apply the rewrite rule.

On Tue, Jan 10, 2023 at 6:06 PM sebb <seb...@gmail.com> wrote:

> Does the first RewriteCond that fails cause any following RewriteCond
> entries to be skipped?
> (up to the RewriteRule)
>
> I would hope that is the case, but AFAICT it is not explicitly stated.
>
> If it is the case, perhaps it would be worth making explicit?
> (and suggesting that the cheapest checks are done first).
>
> Sebb
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to