<br><font size=2 face="Arial">Hello,</font>
<br>
<br><font size=2 face="Arial">I need some help with static export of path.
I am using OpenCMS 5final.</font>
<br>
<br><font size=2 face="Arial"># Setting in opencms.properties<br>
staticexport.enabled=true<br>
staticexport.default.export=dynamic<br>
staticexport.path=/document_root/sites/mysite    <br>
# Content in mysite folder is managed using OpenCMS. <br>
# Other folders in sites folder are maintained outside OpenCMS.<br>
url_prefix_export=/sites/mysite<br>
url_prefix_http=/${WEB_APP_NAME}/opencms   <br>
<br>
When I publish /welcome/index.html (properties for folder welcome are,
export=true;module_root=/welcome), <br>
a path like href="/contact/index.html" is rewritten as href="/opencms/opencms/contact/index.html"
if /contact is not<br>
present inside the OpenCMS tree (path is correctly rewritten, if /contact
is present in OpenCMS tree). </font>
<br>
<br><font size=2 face="Arial">Is there a way to leave a path untouched
? - if not found inside OpenCMS tree or unless explicitly quoted using
tag like cms.link<br>
<br>
Any pointers on how to handle this or work around, will be much appreciated.<br>
<br>
Thanks<br>
Harish</font>