<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<pre wrap="">hello everyone,

i finally managed to get my site working with help of
<a class="moz-txt-link-freetext"
 href="http://www.sebastian.himberger.de/comp/tutorials/opencms/apache-integration/">http://www.sebastian.himberger.de/comp/tutorials/opencms/apache-integration/</a>
and other people from this forum (thank you for that!).

if set the default-site like this:
    <sites>
     <workplace-server><a class="moz-txt-link-freetext"
 href="http://www.mysite.org">http://www.mysite.org</a></workplace-server>
     <default-uri><i class="moz-txt-slash"><span
 class="moz-txt-tag">/</span>sites/default/mysite<span
 class="moz-txt-tag">/</span></i></default-uri>
     <site server=<a class="moz-txt-link-rfc2396E"
 href="http://www.mysite.org">"http://www.mysite.org"</a> uri="/sites/default/mysite"/>
    </sites>
because i didn't want to have the folder of the site in the url. it
looked like "<a class="moz-txt-link-abbreviated"
 href="http://www.mysite.org/mysite">www.mysite.org/mysite</a>" before that.

now i'm facing the problem, that all the links in the html and jsps
start with "<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>mysite<span
 class="moz-txt-tag">/</span></i>" and are not working anymore with the new configuration.

is there an easy way to fix this? i'm talking about hundreds of links.

thank you.
marc, berlin</pre>
</body>
</html>