19 Star 37 Fork 10

飞翔de希望 / HiBlog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
web.config 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
飞翔de希望 提交于 2015-10-15 22:41 . 完成:兼容Windows
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="static_minify" enabled="true" stopProcessing="true">
<match url="^static/(?:js|css)/(.+\.[^.]+)" ignoreCase="false" />
<action type="Rewrite" url="/index.php?m=default&amp;c=minify%2fshow&amp;a=index&amp;g={R:1}" appendQueryString="true" />
</rule>
<rule name="yaf_index" enabled="true" stopProcessing="true">
<match url="^.+$" ignoreCase="true" />
<action type="Rewrite" url="/index.php?m=default&amp;c={R:0}&amp;a=index" />
<conditions>
<add input="{URL}" pattern="^/(?:crossdomain\.xml|favicon\.ico|xhprof_httml/.*|static/.*|robots\.txt|index\.php/.*)$" negate="true" />
</conditions>
<serverVariables>
</serverVariables>
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
PHP
1
https://gitee.com/flyhope/HiBlog.git
git@gitee.com:flyhope/HiBlog.git
flyhope
HiBlog
HiBlog
master

搜索帮助