如何在 web.config 中配置 301 永久重定向?
我很想使用 web.config 进行从旧域到另一个域的 301 重定向。 我怎么能这么做呢?
在您的回答中,请记住 IIS 是 v7,
我不想使用任何第三方 dll,例如 urlrewriteing.net 等,或者使用 ASP.NET 代码或为此配置 IIS。
我确信这是可以做到的,但是如何做到呢?
更新:我尝试了Parvesh的答案,但我有一种感觉,它没有得到“官方”支持,或者我犯了其他严重错误。
I would love to use web.config to do the 301 redirection from an old domain to another.
How could i do that?
In your answers, please keep in mind that the IIS is v7 and
i would not like to use any 3rd party dll's like urlrewriteing.net etc or use ASP.NET code or configure the IIS,for that.
I am sure this can be done, but how?
UPDATE: I tried the answer of Parvesh's but i have a feeling the is not "officially" supported OR i am making something else terribly wrong.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要在 IIS 下安装 URL 重写模块,然后您可以在侧 web.config 中使用它。
you will need the URL rewriting module installed under IIS and then you can use this in side web.config.