On Fri, 10 May 2002, Erwin wrote: > Hi all, > > I generate a URL of the following form: > http://localhost:8080/cocoon/tekst/thesis/?chapter=N10134 > > In the sitemap tekst/thesis/ is redirected to tekst/thesis/index.html but > by doing this the URL parameters are lost (I use map:redirect-to). > > I have "hacked" a solution into my xslt bij prepending index.html to the > generated URL, but that is not a clean solution. Does anybody know how to > solve this at the level of the sitemap? > > > Tnx in advance. > > Ok, I found the solution
I used <map:redirect-to uri="index.html"/> I've replaced it with <map:redirect-to uri="cocoon:/index.html"/> and ik works like a charm. --------------------------------------------------------------------- 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]>