IIS7 网站没有的目录文件跳转到404页面

web.config

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <httpErrors>
            <remove statusCode="404" subStatusCode="-1" />
            <error statusCode="404" prefixLanguageFilePath="" path="/404.html" responseMode="ExecuteURL" />
        </httpErrors>
    </system.webServer>
</configuration>

效果图:

 

猜你喜欢

转载自onestopweb.iteye.com/blog/2254659
今日推荐