'm going to try to jump on the mod_rewrite bandwagon. I am working on an application that uses index.php as a front controller and the querystring does the rest. All of the querystring tutourials I see force you to know how many paramters are coming in. In my case I don't know.

It could just be:

Quote:
www.site.com/index.php?action=research
www.site.com
http://www.site.com/index.php?action...tart=10&end=30

Can one build a mod_rewrite that works on an unknown number of query string params and creates

Quote:
www.site.com/research/
www.site.com/
http://www.site.com/research/view/li...tart/10/end/30

Thanks a ton for the help.