网址重写与网站根目录不匹配

时间:2013-09-15 09:03:26

标签: asp.net regex url-rewriting rewrite http-status-code-404

我在ASP.NET Web应用程序中使用Intelligencia.UrlRewriter。

我的代码就像:

<rewrite url="~/article/(.+)" to="~/$1" />

我想将所有带有 www.mysite.com/article/foooo 等网址的文件重定向到 www.mysite.com/foooo

但奇怪的是,像 www.mysite.com/something/Images/article/1.jpg 这样的网页会重定向到 www.mysite.com/1.jpg 所以我找不到页面错误(404)。

有什么问题?是符号(〜)匹配网站网址(根)?

0 个答案:

没有答案