I am working on a CMS that involves custom user pages. I have a hierarchy with three levels set up, and it works pretty well. It\'s got a .htaccess that makes the URLs frien
You'll need to use the QSA (query string append) flag. The mod_rewrite documentation has more detail.