Google Search Appliance 未编制索引
对GSA不太熟悉,希望有人能帮助我。
有一个 Drupal 多站点安装,刚刚添加了另一个站点。一切都很好。但是,当我进入 GSA 管理时,即使 URL 模式匹配正常,它也不会抓取该网站。
它只说:
“/Info:重定向的 URL”
它到达主页并停止。有人知道为什么吗?该 GSA 为其他正在运行的 Drupal 站点提供支持并且工作得很好。我不知道什么会导致这个问题,robots.txt 看起来很好,代码中没有重定向,它使用的代码和模块与站点/所有/模块中的几乎相同。困惑。
Not too familiar with GSA here so hopefully someone can help me.
Have a Drupal multisite installation, just added another site to it. It all works fine. However, when I go into the GSA admin, it won't crawl the site even though the URL pattern matching is fine.
All it says is this:
"/ Info: Redirected URL"
It hits the homepage and stops. Anyone know why? This GSA powers the other Drupal sites running and works just fine. I haven't any idea what would cause this, robots.txt looks fine, no redirects in the code, its using mostly the same code and modules from sites/all/modules. Puzzled.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
知道了。 Drupal 从错误的 path_redirect 记录重定向。
Got it. Drupal redirect from bad path_redirect record.