If I have RewriteConds with the [OR] operator, does mod_rewrite always read all of them, or does it only read until it finds a match? I'm asking because if it only reads until it finds a match, I can probably speed it up a minute amount by giving some consideration to the order of my RewriteConds.
Thanks in advance!