Orchard CMS - 我可以将网站内容复制到另一个网站吗? (首次发布)

发布于 2024-12-13 15:30:33 字数 569 浏览 2 评论 0原文

我已经在 cms.mysite.com 上设置了 Orchard,

但没有在 www.mysite.com 上设置它,因为在我配置网站的阶段第一次,我不希望通过 www.mysite.com 看到它,

我计划按照以下步骤操作:

  1. 通过 cms.mysite.com 配置我的网站
  2. 创建另一个 IIS 网站,运行 ASP.NET 4在 www.mysite.com
  3. 网站准备就绪后,将网站内容(文件系统)复制到 www.mysite.com
  4. 删除 cms.mysite.com
  5. 将来对网站的所有更改(例如,由编辑/作者进行)都将在主网站 (www.mysite.com) 上完成。

这应该可以正常工作 - 因为所有内容都存储在数据库中?

或者我这样做的方式不对?

I've setup Orchard on cms.mysite.com

I didn't set it up on www.mysite.com, because during the stages of when i configure my site for the first time, i don't want it being seen via www.mysite.com

I'm planning to follow these steps:

  1. Configure my site via cms.mysite.com
  2. Create another IIS website, running ASP.NET 4 on www.mysite.com
  3. When the site's ready, copy the website contents (file sytem) to www.mysite.com
  4. Remove cms.mysite.com
  5. All future changes to the site (e.g by editors/authors) will be done on the main site (www.mysite.com)

This should work right - since all the content is stored in the database?

Or am i doing this the wrong way?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情绪 2024-12-20 15:30:33

是的,那应该工作得很好。

但请记住将基本 URL 设置(在仪表板 --> 设置 --> 常规中)更改为新 URL。

还要确保 IIS 应用程序池(新应用程序在其下运行)用户帐户对 Orchard 根目录中的 App_Data 文件夹具有读/写访问权限。

Yes, that should work perfectly fine.

But remember to change the base URL setting (in Dashboard --> Settings --> General) to the new URL.

And also make sure that the IIS App Pool (under which the new app runs) user account has read/write access to App_Data folder in the Orchard root.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文