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:

The uri can be either a fully expanded external reference with a form "http://host/path/page", or an internal form with a protocol form such as "cocoon:/home.html".

Protocols

The following are a list of the Paloose protocols and what they mean. Note that there are subtle differences to Cocoon.

Copyright 2006 – 2023 Hugh Field-Richards. All Rights Reserved.