1 Star 0 Fork 5

larkdoc / 家谱

forked from lxpp / 家谱 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
web.config 751 Bytes
一键复制 编辑 原始数据 按行查看 历史
lxpp 提交于 2017-11-23 09:22 . no commit message
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Imported Rule 1" stopProcessing="true">
<match url="^(.*)$" ignoreCase="false" />
<conditions logicalGrouping="MatchAll">
<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" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
PHP
1
https://gitee.com/lackdoc/JiaPu.git
git@gitee.com:lackdoc/JiaPu.git
lackdoc
JiaPu
家谱
master

搜索帮助