> I have a situation where I would like to do a lot of > URI-redirects/rewrites. I know I can do this via the sitemap, > but other people would be doing this. So for the reason of "Separation > of Concern" I would like to separate this from the actual sitemap. > > My question is what are the possibilties to do something like that? > > -One way would probably be to have a separate sitemap dedicated to > redirects, which is mounted by the actual sitemap.
Exactly. I think this is the more robust system. URL patterns will make the redirection via map:redirect, except for special cases where you would need XSP ou may be actions. I think it is the most flexible way to do the trick. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]