Index: src/documentation/content/xdocs/docs/1_4/reference/publication/configuration.xml =================================================================== --- src/documentation/content/xdocs/docs/1_4/reference/publication/configuration.xml (revision 542142) +++ src/documentation/content/xdocs/docs/1_4/reference/publication/configuration.xml (working copy) @@ -128,7 +128,7 @@

In short the idea of the following proxy snippet in the configuration is a rewrite of links. Using proxies will prefix all absolute links (starting with "/") to absoult urls (the proxy host).

- + @@ -139,6 +139,14 @@ live area and this document is ssl protected then it will be rewritten to "https://www.host.com/ssl/default{$link}". Where {$link} is the linked document.

+

For all links that are not pointing to a document the global proxy rule + ssl="false" root="http://www.host.com/no-ssl/ is applied. For + example a link such as + /modules/myModule/somePath/some.thing will be rewritten to + + http://www.host.com/no-ssl/modules/myModule/somePath/some.thing + . In short + "/" will be replaced with {proxies/@root}.

]]>