ASP.net 做静态页重定向 在.aspx的都可以,html页面就失效了
<httpModules><addtype="WJcms.Web.UI.HttpModule,WJcms.Web.UI"name="HttpModule"/></http...
<httpModules>
<add type="WJcms.Web.UI.HttpModule, WJcms.Web.UI" name="HttpModule" />
</httpModules>
<httpHandlers>
<add verb="*" path="templates/green/*.html" type="System.Web.HttpForbiddenHandler" />
<add verb="*" path="templates/mobile/*.html" type="System.Web.HttpForbiddenHandler" />
</httpHandlers> 展开
<add type="WJcms.Web.UI.HttpModule, WJcms.Web.UI" name="HttpModule" />
</httpModules>
<httpHandlers>
<add verb="*" path="templates/green/*.html" type="System.Web.HttpForbiddenHandler" />
<add verb="*" path="templates/mobile/*.html" type="System.Web.HttpForbiddenHandler" />
</httpHandlers> 展开
1个回答
展开全部
handler与module的代码是在你手里?
可能是handler映射路径的原因。并不是从根目录开始映射的。也许你修改成
<add verb="*" path="/templates/green/*.html" type="System.Web.HttpForbiddenHandler" />
<add verb="*" path="/templates/mobile/*.html" type="System.Web.HttpForbiddenHandler" />
就可以了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询