Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在编辑默认站点页面中设置了默认站点的 URL,在 URL 列表中添加了一个 URL localhost/cms,当单击保存按钮时,出现错误“无效站点 URL:'localhost/cms'。”,如何解决此错误或还有其他方法吗?
目前这是不可能的,主要是因为 sensenet 使用了虚拟化技术。它基本上接管了 url 并提供了数据库中的所有内容。也许运营商可以使用某种url 重写技巧,但我不知道一个可行的例子。
因此,您必须将 sensenet 部署到应用程序根目录,它不能位于虚拟目录或子文件夹中。