使用 IIS 301 重定向到带有命名锚点的 URL
我试图弄清楚如何从以下位置执行 301 重定向: http://www.examplesite.com/news< /a> 使用 IIS 6.0 到 http://www.examplesite.com#news
是否存在任何相关问题重定向到包含哈希值的 URL我应该注意什么?这与使用 IIS 执行常规 301 重定向有什么不同吗?
谢谢。
I am trying to figure out how I can perform a 301 redirect from: http://www.examplesite.com/news to http://www.examplesite.com#news using IIS 6.0
Are there any issues associated with redirecting to a URL containing a hash that I should be aware of? Is it any different to performing a regular 301 redirect using IIS?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://www.exmplesite.com#news
不是有效的 URL,因此您重定向将失败。井号 (#) 指定在获取页面后,浏览器应滚动到井号后指定名称的锚点。请参阅http://en.wikipedia.org/wiki/Fragment_identifier
http://www.exmplesite.com#news
is not a valid URL, so you redirect will fail. The hash sign (#) specifies that after fetching the page, the browser should scroll to the anchor with the name specified after the hash.See http://en.wikipedia.org/wiki/Fragment_identifier