On 20 Jul 2012, at 11:38 AM, Alec Taylor wrote:
>
> I've got a system with users, groups and group-events.
>
> Preferably I would like the following routing schemes:
>
> localhost/groupSLUGhere/
> localhost/groupSLUGhere/eventIDhere
> localhost/profile/usernameHere
Where do you want these URLs to route (in terms of controller/function)?
>
> How would I go about setting this up?
>
> Currently the system is very fiddly, even for doing simple
> redirects... e.g.: I need to use `URL("", "groups")` rather than
> `URL("groups")`.
>
> Thanks for all suggestions,
>
> Alec Taylor
>
> FYI: I'll be open-sourcing this system following August 2
--