Would there be any way to support something like: /$user/app/controller/function
Where $user is available to controllers as some sort of arg? I could see your idea about re-formatting the URL to: /app/controller/function/$user but am wondering if that will be hard to manage?

