* Eli Marmor <[EMAIL PROTECTED]> wrote: > Great idea, Nick. > > By the way: Is it possible to integrate it with mod_rewrite, of course > after extending mod_rewrite a little? This may save us the need to > invent new directives (e.g. FilterProvider, FilterDispatche, etc.). > After all, mod_rewrite has a very sophisticated system to define > conditions.
-1. "mod_rewrite is a rule based URL rewriting engine." You can add some sugar to add some conditional stuff there, but do not force people to add mod_rewrite if they don't want to use rule based URL rewriting. mod_rewrite should not replace the whole webserver. nd -- Winnetous Erbe: <http://pub.perlig.de/books.html#apache2>
