默认首页都不能正常,只有输入 http://xxx.xxx.com/index.html这样才行,在IIS中设了默认首页为index.html也不行
做了
<RewriterRule> 
                        <LookFor> http://(\w+)\.xxx\.com/</LookFor> 
                        <SendTo> /index.html?id=$1</SendTo> 
                </RewriterRule>
也不行