1 Star 0 Fork 18

waa / iWebShop开源商城系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
web.config 757 Bytes
一键复制 编辑 原始数据 按行查看 历史
aircheng 提交于 2021-10-07 12:15 . 新建5.10
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="已导入的规则 1" stopProcessing="true">
<match url="^(.*)$" ignoreCase="false" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
<add input="{R:1}" pattern="^(views|backup|upload|runtime|install)" ignoreCase="false" negate="true" />
</conditions>
<action type="Rewrite" url="index.php/{R:1}" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
PHP
1
https://gitee.com/waa/iwebshop.git
git@gitee.com:waa/iwebshop.git
waa
iwebshop
iWebShop开源商城系统
master

搜索帮助