Hi, Bertrand Delacretaz schrieb: > Hi, > > On Sun, Nov 23, 2008 at 10:42 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote: >> ...I think the "mappings" in the actual content would then just be real >> aliases. For example: >> >> /etc/map/http/localhost.*/ >> +-- sling:internalRedirect = "/content/" >> /content/sample >> +-- sling:alias = "beispiel" >> >> So a request http://localhost/beispiel would be resolved to >> /content/sample, because ... >> * http://localhost/ would lead to a internal redirect to /content >> * "beispiel" would be another name for the node at /content/sample... > > Do you mean to replace the current vanityUrl with this, or is that a > different use case?
Yes, the new mechanism(s) replace all existing mechanisms incl. the vanityUrl. Regards Felix
