HOME | NEWS | FAQ | DOCUMENTATION | DOWNLOADS | SITE MAP | CONTACTS/LINKS

Redirecting Requests

It is possible to redirect a request to Paloose to a completely different URI (on the same or different site). For example if I had split the Paloose documentation onto a completely different server then I might put

<map:match pattern="documentation/*.html"> <map:redirect-to uri="http://<doumentation-host>/documentation/{1}.html"/> </map:match>

The attribute is similar to that used in Cocoon:

  • uri — the uri which must be used for the redirection.
 
left footerCopyright 2006 – 2010 Hugh Field-Richards. All Rights Reserved.