41 Star 374 Fork 103

如沐春 / jizhicms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
web.config 800 Bytes
一键复制 编辑 原始数据 按行查看 历史
如沐春 提交于 2019-09-15 15:55 . jizhicms project
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="allow_rules" enabled="true" stopProcessing="true">
<match url="^(.*)$" ignoreCase="false" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
</conditions>
<action type="Rewrite" url="index.php/{R:1}" appendQueryString="true" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
PHP
1
https://gitee.com/Cherry_toto/jizhicms.git
git@gitee.com:Cherry_toto/jizhicms.git
Cherry_toto
jizhicms
jizhicms
2.0

搜索帮助