网站不断重定向?

时间:2011-10-18 20:49:34

标签: php apache loops redirect dns

在经历了很多服务器问题后,我们现在看到了这一点:

http://www.unislim.com/

这到底发生了什么事?!

看起来像是本地DNS问题?

任何人都可以指出我们正确的方向,因为主页已关闭,但其他一切都很好,例如:http://www.unislim.com/slim-with-us/find-a-meeting

我为此而绞尽脑汁。

2 个答案:

答案 0 :(得分:3)

你不应该在元标记中包含这一行:

<meta http-equiv="refresh" content="0;url=http://www.unislim.com/"> 

这是循环的原因。

答案 1 :(得分:2)

您应该从首页删除此行

<meta http-equiv="refresh" content="0;url=http://www.unislim.com/">