48 Star 83 Fork 38

叶子 / open_source_bms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
web.config 662 Bytes
一键复制 编辑 原始数据 按行查看 历史
叶子 提交于 2017-03-26 11:55 . modify description
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="OpenSourceBMS" patternSyntax="ECMAScript" stopProcessing="true">
<match url="^(.*)$" ignoreCase="true" negate="false" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="true" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="true" negate="true" />
</conditions>
<action type="Rewrite" url="index.php?s={R:1}" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
PHP
1
https://gitee.com/xiayulei/think_admin.git
git@gitee.com:xiayulei/think_admin.git
xiayulei
think_admin
open_source_bms
dev

搜索帮助