网站不断重定向?

发布于 2024-12-10 18:43:02 字数 359 浏览 0 评论 0原文

经过大量服务器故障后,我们现在看到以下内容:

http://www.unislim.com/

地狱正在这里发生!?

看起来像是本地 DNS 问题?

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

我为此绞尽脑汁几个小时。

After a LOT of server trouble we are now seeing this:

http://www.unislim.com/

What the hell is happening here!?

Looks like a local DNS issue?

Can anyone point us in the right direction as the homepage is down but everything else is fine e.g: http://www.unislim.com/slim-with-us/find-a-meeting

I have racked my brains for HOURS over this.

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

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

发布评论

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

评论(2

忘东忘西忘不掉你 2024-12-17 18:43:02

元标记中有这一行,这是不应该有的:

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

这是循环的原因。

You have this line in the meta-tag which you should not have:

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

This is the cause of the loop.

残月升风 2024-12-17 18:43:02

您应该从主页中删除此行

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

You should remove this line from your homepage

<meta http-equiv="refresh" content="0;url=http://www.unislim.com/"> 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文