Forum Moderators: phranque
for example, given:
RewriteCond condA [OR]
RewriteCond condB
RewriteCond condC
does this evaluate to:
(condA OR condB) AND condC
or
condA OR (condB AND condC)
my instinct tells me it's the first one, but i need to be sure.
thanks.
stephen