301重定向获取错误页面未正确重定向 [英] 301 redirect get the error The page isn't redirecting properly

查看:267
本文介绍了301重定向获取错误页面未正确重定向的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Response.Status =301永久移动

Response.AddHeader(位置,www.xyz.com)

Response.End()< br $>




它给我一些关于Mozila浏览器的错误



该页面是正确地重定向

Firefox检测到服务器正在以永远不会完成的方式重定向该地址的请求。

Response.Status = "301 Moved Permanently"
Response.AddHeader("Location", "www.xyz.com")
Response.End()


Its Give Me Some Error On Mozila browser

The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

推荐答案

几个链接怎么做 [ ^ ]



您在设置位置和状态之前是否尝试过Response.Clear?阅读以上内容。它可能会有所帮助。
Several links how to do it[^]

Did you try Response.Clear before setting the location and status? Read the above. It might help.


这篇关于301重定向获取错误页面未正确重定向的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆