<span class="postbody">i have configured OpenCms for multiple sites <br>i have a site called SiteX in /system/sitex/ <br>my problem is: when i create a link using the WYSIWIG editor's dialog <br>eg. in the page </span>
<table cellspacing="1" cellpadding="3" width="90%" align="center" border="0">
<tbody>
<tr>
<td><span class="genmed"><b>Code:</b></span></td></tr>
<tr>
<td class="code">/test/index.html</td></tr></tbody></table><span class="postbody">to the page </span>
<table cellspacing="1" cellpadding="3" width="90%" align="center" border="0">
<tbody>
<tr>
<td><span class="genmed"><b>Code:</b></span></td></tr>
<tr>
<td class="code">/test1/index.html</td></tr></tbody></table><span class="postbody"><br>i get the following message while direct publishing: <br></span>
<table cellspacing="1" cellpadding="3" width="90%" align="center" border="0">
<tbody>
<tr>
<td><span class="genmed"><b>Code:</b></span></td></tr>
<tr>
<td class="code">Broken link summary ... <br>Broken links in "/sites/sitex/test/index.html": <br>/sites/default/test1/index.html <br>... end of broken link summary <br>Found broken links in validated resources! 
<br>... finished validating links</td></tr></tbody></table><span class="postbody"><br><br>in the published site the href of the link is: <br></span>
<table cellspacing="1" cellpadding="3" width="90%" align="center" border="0">
<tbody>
<tr>
<td><span class="genmed"><b>Code:</b></span></td></tr>
<tr>
<td class="code"><a href="http://10.1.1.xxx:8080/cms/test1/index.html">http://10.1.1.xxx:8080/cms/test1/index.html</a></td></tr></tbody></table><span class="postbody"><br>but it should be <br></span>
<table cellspacing="1" cellpadding="3" width="90%" align="center" border="0">
<tbody>
<tr>
<td><span class="genmed"><b>Code:</b></span></td></tr>
<tr>
<td class="code"><a href="http://10.1.1.xxx:8081/cms/test1/index.html">http://10.1.1.xxx:8081/cms/test1/index.html</a></td></tr></tbody></table><span class="postbody"><br>or <br></span>
<table cellspacing="1" cellpadding="3" width="90%" align="center" border="0">
<tbody>
<tr>
<td><span class="genmed"><b>Code:</b></span></td></tr>
<tr>
<td class="code"><a href="http://OpenCms.localdomain.at/cms/test1/index.html">http://OpenCms.localdomain.at/cms/test1/index.html</a></td></tr></tbody></table><span class="postbody"><br><br>here are the relevant contents of 
<br>OpenCms-system.xml: <br></span>
<table cellspacing="1" cellpadding="3" width="90%" align="center" border="0">
<tbody>
<tr>
<td><span class="genmed"><b>Code:</b></span></td></tr>
<tr>
<td class="code"><sites> <br>                        <workplace-server><a href="http://10.1.1.xxx:8080">http://10.1.1.xxx:8080</a></workplace-server> <br>                        <default-uri>/sites/default/</default-uri> 
<br>                        <site server="<a href="http://10.1.1.xxx:8080">http://10.1.1.xxx:8080</a>" uri="/sites/default/"/> <br>                        <site server="<a href="http://10.1.1.xxx:8081">
http://10.1.1.xxx:8081</a>" uri="/sites/sitex/"> <br>                                <alias server="<a href="http://OpenCms.localdomain.at"/">http://OpenCms.localdomain.at"/</a>> <br>
                        </site> <br>                        <site server="<a href="http://10.1.1.xxx:8082">http://10.1.1.xxx:8082</a>" uri="/sites/playground/"/> <br>                </sites>
</td></tr></tbody></table><span class="postbody"><br>OpenCms-importexport.xml: <br></span>
<table cellspacing="1" cellpadding="3" width="90%" align="center" border="0">
<tbody>
<tr>
<td><span class="genmed"><b>Code:</b></span></td></tr>
<tr>
<td class="code"><rendersettings> <br>                        <rfs-prefix>${CONTEXT_NAME}/export</rfs-prefix> <br>                        <vfs-prefix>${CONTEXT_NAME}${SERVLET_NAME}</vfs-prefix> 
<br>                        <userelativelinks>false</userelativelinks> <br>                        <exporturl><a href="http://10.1.1.xxx:8080/handle404">http://10.1.1.xxx:8080/handle404</a></exporturl> 
<br>                        <plainoptimization>true</plainoptimization> <br>                        <testresource uri="/system/shared/page.dtd"/> <br>                        <resourcestorender> 
<br>                                <regex>/sites/.*</regex> <br>                                <regex>/system/galleries/.*</regex> <br>                                <regex>/system/modules/.*/resources/.*</regex> 
<br>                                <regex>/system/modules/.*/resources/img/.*</regex> <br>                        </resourcestorender> <br>                </rendersettings> <br></td></tr></tbody></table>
<span class="postbody"><br><br>its not a big problem to solve that link issue manually (by editing the control-code), but it sould work automaticly for the end-users... <br><br>has anyone an idea, what this problem is caused by? 
<br><br>thanks for help!</span>