如何隐藏 Sitecore 客户端
How to hide Sitecore Client
有没有办法隐藏 Sitecore 客户端,使其无法通过 http://hostname/sitecore 访问?
有几种选择可以实现这一点。
- IP 级别限制
- 禁用访问
- 删除整个文件夹。
(这里有详细解释:
对于 3 - Removing the Sitecore Client
对于 1 和 2 - Restrict Access To The cleint
)
您还可以查看实例的版本特定安全加固指南(例如这个here)
你可以试试:
1) 删除文件夹 /sitecore/login 或简单地重命名
这会阻止登录到内容编辑器。
2) 删除文件 /sitecore/admin/login.aspx
这会阻止访问管理工具。
有没有办法隐藏 Sitecore 客户端,使其无法通过 http://hostname/sitecore 访问?
有几种选择可以实现这一点。
- IP 级别限制
- 禁用访问
- 删除整个文件夹。
(这里有详细解释: 对于 3 - Removing the Sitecore Client 对于 1 和 2 - Restrict Access To The cleint )
您还可以查看实例的版本特定安全加固指南(例如这个here)
你可以试试:
1) 删除文件夹 /sitecore/login 或简单地重命名
这会阻止登录到内容编辑器。
2) 删除文件 /sitecore/admin/login.aspx
这会阻止访问管理工具。