View Single Post
Old 23-08-2005, 11:07   #14 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,199
Could you not set a condition telling the rewrite to ignore certain directories (the physical ones).

Code:
RewriteCond $1 !^css/.* RewriteCond $1 !^images/.*
  Reply With Quote