3 Star 0 Fork 0

Gitee 极速下载/mystep-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/windy2006/MyStepFW
克隆/下载
web.config 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
Kai 提交于 2020-01-05 01:36 . My Step Framework v1.1.2
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<location path="." allowOverride="true" inheritInChildApplications="false">
<system.webServer>
<directoryBrowse enabled="false" />
<defaultDocument>
<files>
<clear />
<add value="index.php" />
</files>
</defaultDocument>
<rewrite>
<rules>
<rule name="mystep" stopProcessing="true">
<match url="^((?!index\.php).+)$" ignoreCase="true" />
<conditions logicalGrouping="MatchAll">
<add input="{HTTP_HOST}" pattern="^(.*)$" />
<!--
<add input="{URL}" pattern="\.(jpg|png|gif|ico|css|js|json|html|htm|woff|woff2|eot|svg|ttf|map|zip)$" ignoreCase="false" negate="true" />
-->
</conditions>
<action type="Rewrite" url="index.php?{R:1}" appendQueryString="true" />
</rule>
</rules>
</rewrite>
<urlCompression doStaticCompression="true" doDynamicCompression="true" />
</system.webServer>
</location>
</configuration>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/mirrors/mystep-framework.git
git@gitee.com:mirrors/mystep-framework.git
mirrors
mystep-framework
mystep-framework
master

搜索帮助