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

OSCHINA-MIRROR/Cherry_toto-miniapp

Клонировать/Скачать
web.config 800
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
如沐春 Отправлено 05.08.2020 05:40 89f9a63
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="allow_rules" enabled="true" stopProcessing="true">
<match url="^(.*)$" ignoreCase="false" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
</conditions>
<action type="Rewrite" url="index.php/{R:1}" appendQueryString="true" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>

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

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

1
https://api.gitlife.ru/oschina-mirror/Cherry_toto-miniapp.git
git@api.gitlife.ru:oschina-mirror/Cherry_toto-miniapp.git
oschina-mirror
Cherry_toto-miniapp
Cherry_toto-miniapp
2.0