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

OSCHINA-MIRROR/laozhangIsPhi-Blog.Admin

Клонировать/Скачать
web.config 586
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
anjoy Отправлено 27.09.2019 12:24 375ba68
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Handle History Mode and custom 404/500" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="/" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>

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

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

1
https://api.gitlife.ru/oschina-mirror/laozhangIsPhi-Blog.Admin.git
git@api.gitlife.ru:oschina-mirror/laozhangIsPhi-Blog.Admin.git
oschina-mirror
laozhangIsPhi-Blog.Admin
laozhangIsPhi-Blog.Admin
master