Miguel Ángel wrote: > I think that some rewrite rules could be only translates if we get > those kind of conditionals: "-f" it's not a file, and "-d" it's not a > directory . Other way could be putting the static files as first rules > and leting it fallback on the rewrite when the file doesn't exist.
Yes, that is exactly the way it is supposed to be configured. If you add a couple of additional rules (for the -f, -d cases) you will point the server something that otherwise it would have to recheck millions of times on execution. Adding those rules, you are spending a little time for getting an interesting performance improvement. -- Greetings, alo http://www.alobbs.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
