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
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
--

