1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/flyhope-HiBlog

Клонировать/Скачать
web.config 1.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
李枨煊 Отправлено 15.10.2015 17:41 c3a1673
<?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>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/flyhope-HiBlog.git
git@api.gitlife.ru:oschina-mirror/flyhope-HiBlog.git
oschina-mirror
flyhope-HiBlog
flyhope-HiBlog
master