Running multiple sites from Common Composite C1 CMS

I am wondering if we can have multiple sites connected to the same composite C1 CMS? We plan to create a mobile version of our site, so the best option would be if we could control the content of both sites through the "One Common CMS" system.

I think about the folder structure, for example:

"Project folder" (level1) →> "WebSite folder (Composite C1)" (level2)

-->>"MobileSite (Composite C1) folder" (level2) 

ie mobile site is at the same level as the main site

But in this case, these will be two separate installations pointing to the same database, but I am concerned about the status information and other details of these composite repositories when saving the contents back to the database.

Thus, the second structure may be:

"Project folder" (level 1) →> "WebSite folder (Composite C1)" (level 2) →> "MobileSite folder (Composite C1)" (level3)

ie mobile site as a subfolder of the main site.

Any help would be greatly appreciated.

+4
source share
1 answer

In Composite C1, you can create several websites. Each website has its own homepage (the root page of the website).

In version 2.1.1, you have the option of associating different host names with different websites in C1 (in the content perspective, right-click the home page (website root page) → click Manage host name.)

In version 2.1.3+, you can run several sites using the new ones → Configure host name bindings .

+2
source

All Articles