How would I redirect requests like http://www.mydomain.com/test to the root http://www.mydomain.com in IIS 6.0
Is there any way to do this in IIS itself rather then in the code?
How would I redirect requests like http://www.mydomain.com/test to the root http://www.mydomain.com in IIS 6.0
Is there any way to do this in IIS itself rather then in the code?
当我遇到重定向问题时,尝试查看下面对我有用的帖子
“ IIS 6 如何从 http://example.com/* 重定向到 http://www.example.com/* ”