> >   <map:pipeline>
> >    <map:match pattern="sub**">
> >     <map:mount uri-prefix="sub" src="sub/" check-reload="yes"/>
> >    </map:match>
> >   </map:pipeline>
> >
> > In the sub-sitemap, there is this entry
> >
> >    <map:match pattern="">
> >     <map:redirect-to uri="sub/foobar"/>
> >    </map:match>

> Thanks for the hint. The pattern of the matchers to the mount element
> should be "sub/**". In the sub-sitemap a redirect should not include the
> url prefix of the sub sitemap else you cannot relocate the sub sitemap
> to another url prefix without changing all the patterns in there..

Yes, this makes more sense. Maybe it should be changed in the sample
sub-sitemap as well.

    Sven.....


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to