View Single Post
  #2  
Old 06-17-2005, 11:14 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,583
Quote:
I am guessing that non-regexes are matched before regexes, which would always match against "/".
That's correct, explicit matching always takes place before regex matching. It is the current design.

Quote:
Other than using three separate contexts (/css/, /img/, /ssi/) is there a better way to do the above?
Noop, at this point.
Actually, it should be faster than using regex matching.
Reply With Quote