1 Star 0 Fork 3

Body_莱恩/DuxNext

forked from DuxWeb/DuxNext 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
iis.rewrite 636 Bytes
一键复制 编辑 原始数据 按行查看 历史
DuxWeb 提交于 2024-03-16 16:18 . update
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="slim" patternSyntax="Wildcard">
<match url="*" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="index.php" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/Anzixuan/duxcms-next.git
git@gitee.com:Anzixuan/duxcms-next.git
Anzixuan
duxcms-next
DuxNext
main

搜索帮助