Hello,

i installed one site at (for example) www.example.com. I needed more languages (as more drupal installations) i simply installed next drupal to:

www.example.com/eng
www.example.com/de
www.example.com/jp

Finally i got 4 Drupal sites with 4 languages. But my problem is, that if i use in ENG version link witch exists in base (example.com) site, this link is linking base site.

So, exactly, when i use in ENG version in block: <a href="/site-url">My link</a> this link is linking at www.example.com/site-url and not www.example.com/eng/site-url. Why? Where is the problem?

Same problem i have with pictures, if i write in ENG site: <img src="/images/logo.png"> a get url www.example.com/images/logo.png and not www.example.com/ENG/images/logo.png.

Can anybody help me, how to "separate" these sites? Each using own directory, each using own database. Thanks, Gamma