1 Star 0 Fork 4.2K

SJZHOU / CRMEB打通版

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
web.config 412 Bytes
Copy Edit Raw Blame History
聆听 authored 2018-11-05 09:31 . 伪静态文件
<rewrite>
<rules>
<rule name="OrgPage" stopProcessing="true">
<match url="^(.*)$" />
<conditions logicalGrouping="MatchAll">
<add input="{HTTP_HOST}" pattern="^(.*)$" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="index.php/{R:1}" />
</rule>
</rules>
</rewrite>
PHP
1
https://gitee.com/arnold/CRMEB.git
git@gitee.com:arnold/CRMEB.git
arnold
CRMEB
CRMEB打通版
master

Search