Friday 03 September 2010 2:49:45 am
Hi there, I have 4 websites with common datas. So, my tree is something like that : / [NodeID=2]
|- Site1 [NodeID=100]
|- Site2 [NodeID=200]
|- Site3 [NodeID=300]
|- Site4 [NodeID=400]
|- common [NodeID=500]
And for each siteaccess I have : site.ini.append.php
[SiteSettings]
IndexPage=/content/view/full/<My NodeID>/
RootNodeDepth=2 So it's ok, when I go to the root of the website I see the correct Node. But there is something uncomplete with that... The path of each page stills : / home / website1 / my page
And I really would like to have / home / my page (where home points to /home/website1)
So, as you should understoud, I want to remove the first folder ( Site[1,2,3,4] ) from my path and from my URL. How could I do that ? I suppose it is possible, but I don't see how. Thanks, Damien
|