Hi Harry, I don't think this is possible at the moment. As far as I'm aware, Nakamura specifically checks for the tilde when deciding how to handle the request. Every time a tilde URL is seen, Nakamura will serve one of the static UI files (group.html for a group and user.html for a user) instead of using the default Sling behaviour. The UI also uses the tilde in its client-side URL parsing.
There's probably something you can do where you whitelist a number of top-level URLs (non-group and non-user URLs) and modify the tilde check to be a top-level check, but currently there isn't anything built in that makes this possible. Hope that helps, Nicolaas On 14 Oct 2012, at 19:16, Harry Wang wrote: > Anyone can help? > > On Oct 10, 2012, at 12:17 PM, Harry Wang wrote: > >> Hi All, >> >> By default, when a group/course/project is created in OAE, the suggested URL >> contains a tilde, e.g. http://yoursite.com/~econ101 >> >> Does anyone know how to remove the tilde and change the default URL to >> http://yoursite.com/econ101 ? >> >> Thanks, >> >> Harry > > _______________________________________________ > oae-dev mailing list > [email protected] > http://collab.sakaiproject.org/mailman/listinfo/oae-dev _______________________________________________ oae-dev mailing list [email protected] http://collab.sakaiproject.org/mailman/listinfo/oae-dev
