Hi Claudio, I can think of two approaches for dealing with this:
1. Instead of using a URI Mapping, use an actual redirect, so that if someone enters http://mysite.ch, the browser loads it, sees the redirect, and then loads the fully pathed page. 2. Do a corresponding URI Mapping to deal with the images: Match on http://mysite.ch/subsite/... and insert the /topsite where needed. Sean ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
