1 Star 0 Fork 53

Zhangtian_Cloudcare / Blog.Admin

forked from 老张的哲学 / Blog.Admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
web.config 586 Bytes
一键复制 编辑 原始数据 按行查看 历史
MandIand 提交于 2019-09-27 17:24 . Modify the deployment content in IIS
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Handle History Mode and custom 404/500" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="/" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangtian-cloudcare/Blog.Admin.git
git@gitee.com:zhangtian-cloudcare/Blog.Admin.git
zhangtian-cloudcare
Blog.Admin
Blog.Admin
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891