开发者

Helicon ISAPI Rewrite + ASP.NET : Rewrite rule to redirect to default page?

How do i rewrite URL lik开发者_Go百科e:

http://subfoo.foo.com/ --> http://subfoo.foo.com/Pages/Home.aspx


It should be as simple as:

RewriteEngine on    
RewriteBase /
RewriteRule ^$ Pages/Home.aspx [NC,L]
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜