Hello,
In my system every user belongs to one and only one group at a time. For instance consider someUser who belongs to someGroup. I would like to be able to have a vanity url for the user that includes the current group of the user like so:
http://SomeDomain.com/someGroup/someUser. I also would to be able to dynamically update the url when the user moves to another group (i.e.
http://SomeDomain.com/newGroup/someUser). Does anybody know how to do it using AS?
Thanks,
David