The former is semantically more correct;
$user/app/controller/etc...
It seems the domain is obviously the root of any app; then the "user"
selected name should be the next logical level; then any functions that
user has access to should be listed;
On 3/22/11 2:12 PM, pbreit wrote:
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?