On Oct 26, 2010, at 4:07 PM, Chris Meller wrote:
We include 2 lines for limiting the types of requests that do or don't 'fallback':RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(system/(classes|locale|schema|$)) index.php [PT] Which I don't believe we could replicate with FallbackResource.
Actually, that's exactly what FallbackResource does do.
I'm pretty sure there are plugins and hacks out there that rely on mod_rewrite as well, which would break.
No, they wouldn't break at all, because this does exactly what that rule does, just more efficiently.
I'm not suggesting that we do this immediately. I mention it merely because when I brought up FallbackResource on IRC about a year ago, people were excited by it, and it's finally been backported to 2.2.x
-- Rich Bowen [email protected] http://drbacchus.com/ -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev
