我们将网站从自定义.NET解决方案切换到Wordpress网站。因此,我需要在IIS中编写一些特定的URL重写规则,以便将旧的URL重定向到Wordpress站点中的等效页面。考虑到以下2条规则,规则1将匹配并正确重定向。但是,规则2不会。我的问题是,为什么规则2不起作用?唯一的区别似乎是.html副.aspx。
模式:
our-company/our-staff.aspx
URL:
http://www.ourdomain.com/our-company/our-staff.aspx
模式
labs/some-file.html
URL:
http://www.ourdomain.com/labs/some-file.html