带有“/”的多个镜像页面

时间:2014-10-16 21:34:59

标签: html http web centos mirror

我有以下问题:

Domain是example.com和url example.com/something.php 每当我在任何url的末尾添加一个/我都有一个镜像页面。 例: example.com/something.php/是example.com/something.php的镜像

这很糟糕,因为它在我的网站管理员工具中导致了许多软404错误页面。

此外,我注意到以下情况。

网址A:example.com/something.php URL B:example.com/something2.php

我试图访问example.com/something.php/something2.php 它用example.com/something.php的镜子回复了我。为什么它没有回复我404错误页面?

这是错误的并且导致爬虫的许多问题。 Google会在我的网站管理员工具中发送有关该消息的消他告诉我,我有900000多个软错误页面。我的网站只有200页。

任何帮助?

2 个答案:

答案 0 :(得分:0)

这取决于您的Web服务器配置。它可能是你的.htaccess,你的Apache httpd.conf等等。你有没有访问它们并看到任何可能重定向到页面的东西?

答案 1 :(得分:0)

重建你的apache。这对我有用。