<div dir="ltr">Hi everyone, <div><br></div><div>I'm using OpenCMS 8.5.2 and would like to create relative links in an HTML Widget.</div><div>I can't use absolute links, because when I'm switch from an environment to another one, urls are still referring to the previous environment. </div>

<div><br></div><div>The problem is that my environment is a bit special : </div><div>- <a href="http://mywebsite.fr/opencms/">http://mywebsite.fr/opencms/</a> refers to my OpenCMS server</div><div>- <a href="http://mywebsite.fr/appAlpha/">http://mywebsite.fr/appAlpha/</a> refers to another application</div>

<div>- <a href="http://mywebsite.fr/appBeta/">http://mywebsite.fr/appBeta/</a> again another application ...</div><div>I have several applications like that. <br><br></div><div>I modified opencms-system.xml (<sites><site/></sites>), but OpenCMS only cares about my domain name and my port. So, it transforms "<a href="http://mywebsite.fr/appAlpha/home/">http://mywebsite.fr/appAlpha/home/</a>" to "/sites/default/appAlpha/home", which is no sense. The regenerated URL is then "<a href="http://mywebsite.fr/opencms/appAlpha/home">http://mywebsite.fr/opencms/appAlpha/home</a>".</div>

<div><br></div><div>Do anyone have an idea about how to configure this ? </div><div><br></div><div>Regards, </div><div>Matthias GRISELLE</div></div>