多实例 Sitecore 站点“泄漏”跨域内容

发布于 2024-11-04 08:14:04 字数 491 浏览 2 评论 0原文

我有两个网站从同一个 Sitecore 实例运行: www.domainA.org www.domainB.com

Google 已开始返回从domainA.org 索引的链接,这些链接实际上是来自domainB.com 的内容,例如:

www.domainA.org/sitecore/content/contentrootB/Destinations.aspx

(当然,contentrootB 是内容root 设置为domainB)

我一整天都在寻找 /sitecore 链接来自domainA 的位置,但我没有找到任何东西。我运行了 Xenu 但什么也没得到。有趣的是,昨晚我可以使用 HTTrack 将 HTML 从domainA复制到我的本地计算机,并获得一堆domainB内容。但仍然不知道为什么会发生这种情况。就好像有一个链接只为蜘蛛弹出。

我可以使用任何线索/建议/工具来追踪这个问题吗?

Sitecore 版本为 6.2 rev 100507。

I have two sites running from the same instance of Sitecore:
www.domainA.org
www.domainB.com

Google has started returning links indexed from domainA.org that is actually content from domainB.com, for example:

www.domainA.org/sitecore/content/contentrootB/Destinations.aspx

(of course, contentrootB is the content root set in for domainB)

I've been looking all day trying to find where a /sitecore link is coming from on domainA and I haven't found ANYTHING. I've run Xenu and gotten nothing. Interestingly, I can HTTrack to copy down the HTML from domainA to my local machine last night and got a bunch of domainB content. But still not clue why that is happening. It's like there is a link that is only popping up for spiders.

Any clue/suggestion/tool I can use to track this down?

Sitecore version is 6.2 rev 100507.

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

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

发布评论

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

评论(1

旧时光的容颜 2024-11-11 08:14:04

它很可能是两个站点共享的子布局或 xslt,并且具有指向其中一个域的主节点的硬编码链接。

我也遇到过类似的问题。在我们的例子中,我们有一个用于两个域共享的 404 页面的 xslt。 xslt 有一个针对domainB 的硬编码主节点。
因此,当domainA点击404时,它显示的内容很好,但里面的链接指向domainB。

希望有帮助。

Most likely it's a sublayout or an xslt that both sites are sharing and has a hardcoded link to the home node of one of the domains.

I've had a similar issue. In our case we had an xslt for the 404 page that both domains were sharing. The xslt had a hard coded home node for domainB.
So when domainA hit 404 it displayed the content fine but the links inside were pointing to domainB.

Hope that helps.

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