43
For me, I like the idea of just letting mod_rewrite handle things as much as possible, to keep the overhead burden on Apache (where it is handled easily).
With that in mind, I think the primary issue is that some module templates make it easy to change URLs in the template itself, while others make calls to the module for a URL in a way that is not easy to modify in the template.
Hopefully, as time goes on, module templates will include URL paths that are easy to edit. Then scripts to handle URLs would not be needed outside of mod_rewrite.
Ot, at least that is my take on it.