重定向 “/”到“/web”使用IIS7
我正在托管一个网站,出于各种原因,我希望将 http://mydomain.com 自动重定向到 http://mydomain.com/web 同时仍然允许 http://mydomain.com/foo.html 提供服务。
使用 IIS 7 中的 HTTP 重定向我似乎正在创建一个无限的重定向循环。你能给我一些提示吗?
I'm hosting a site where I would like for various reasons to have http://mydomain.com automatically redirect to http://mydomain.com/web while at the same time still allowing http://mydomain.com/foo.html to be served.
Using HTTP Redirect from IIS 7 I seem to be creating an endless redirect loop. Would you have any hints for me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试一下 URL 重写模块。以下代码应该适合您:
下面的帖子简要记录了如何开始使用重写模块:
http://www.tugberkugurlu.com/archive/remove-trailing-slash-from-the-urls-of-your-asp-net-web-site-with-iis-7-url-重写模块
Give URL Rewrite Module a try. Following code should work for you :
How you can get start with Rewrite Module is briefly documented on below post :
http://www.tugberkugurlu.com/archive/remove-trailing-slash-from-the-urls-of-your-asp-net-web-site-with-iis-7-url-rewrite-module