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.
Copyright 2006 – 2017 Hugh Field-Richards. All Rights Reserved.