我想知道我们是否可以将多个站点连接到同一个复合 C1 CMS?我们计划创建我们网站的移动版本,因此最好的选择是我们可以通过“One Common CMS”系统控制两个网站的内容。
我正在考虑文件夹结构,例如:
“项目文件夹”(level1) -->> “WebSite(Composite C1)文件夹”(level2)
-->>"MobileSite (Composite C1) folder" (level2)
即移动站点与主站点处于同一级别
但是这样,这些将是两个单独的安装,都指向同一数据库,但我担心这些复合存储的状态信息和其他详细信息将内容保存回数据库。
所以第二个结构可以是:
“项目文件夹”(级别 1)->> “WebSite(Composite C1) 文件夹”(级别 2)->>“MobileSite (Composite C1) 文件夹”(级别 3),
即移动站点作为主站点的子文件夹。
任何帮助将不胜感激
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
发布评论
评论(1)
在 Composite C1 中,您可以创建多个网站。每个网站都有自己的主页(网站的根页面)。
在 2.1.1 版本中,您可以 在C1中将不同的主机名与不同的网站关联(在“内容”视角上,右键单击主页(网站的根页面)->单击“管理主机名”。)
在2.1中.3+ 版本,您可以使用 new ->配置主机名来运行多个站点绑定。
In Composite C1, you can create more than one website. Each website has its own homepage (the root page of the website).
In 2.1.1 version you have ability to associate different host names with different websites in C1 (on the Content perspective, right-click a home page (the root page of a website) -> click Manage host name.)
In 2.1.3+ version you can run multiple sites by using new ->Configuring hostname bindings.