I am wondering if we can have multiple sites connected to same composite C1 CMS? We are planning to create a mobile version of our site so the best bet would be if we can control the content of both sites through "One Common CMS" system.
I am thinking about folder structure like:
"Project Folder"(level1) -->> "WebSite(Composite C1) folder" (level2)
-->>"MobileSite (Composite C1) folder" (level2)
i.e mobile site is at same level as of main site
But that way those will be 2 separate installations both pointing to same database but i am concerned about state information and other details those composite store while saving content back to the database.
So the second structure could be :
"Project Folder" (level 1) -->> "WebSite(Composite C1) folder" (level 2) ->>"MobileSite (Composite C1) folder" (level3)
i.e mobile site as sub folder of main site.
Any help would be greatly appreciated