<HTML>
<HEAD>
<TITLE>OpenCms StaticExport and detailpages </TITLE>
</HEAD>
<BODY>
<FONT SIZE="2"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'>I'm trying to set up a multilanguage site with opencms 9 static export. I set the rfsRules configured for various locales, using relative links, and everything seems to work correctly unless in the case of the detail pages. <BR>
<BR>
In that case, the relative links in the exported html page are calculated from the path of the page set to detail page, but the path in the rfs of the exported page is one level more.<BR>
<BR>
I mean, for example, for exported page :<BR>
<BR>
            <a href="http://localhost:8080/export/es/sites/default/dev-demo/collector-with-detail-page/articles/Article-2/">http://localhost:8080/export/es/sites/default/dev-demo/collector-with-detail-page/articles/Article-2/</a><BR>
<BR>
Relative links are calculated from the path:<BR>
            /sites/default/dev-demo/collector-with-detail-page/articles/index.html    <BR>
             not from:<BR>
            /sites/default/dev-demo/collector-with-detail-page/articles/Article-2/<BR>
<BR>
Which results in the exported rfs page as a failure of all the links in his html code, for example the relative link generated:  ../../../../../system/modules/com.alkacon.bootstrap.formatters/resources/img/favicon_120.png<BR>
<BR>
It will finally link to: <a href="http://localhost:8080/export/es/sites/system/modules/com.alkacon.bootstrap.formatters/resources/img/favicon_120.png">http://localhost:8080/export/es/sites/system/modules/com.alkacon.bootstrap.formatters/resources/img/favicon_120.png</a><BR>
<BR>
Before attempting to develop my own LinkSubstitutionHandler I wonder if I'm doing something wrong in the configuration or if it is a known bug with known solution. I've found that this same problem occurs without setting any rfsRule, simply setting userelativelinks to true in the general configuration of the static export.<BR>
</SPAN></FONT></FONT><FONT SIZE="1"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:8.5pt'><BR>
</SPAN></FONT></FONT><FONT SIZE="2"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'>Thanks in advance.<BR>
 <BR>
Best Regards</SPAN></FONT></FONT>
</BODY>
</HTML>