updated web.config rule
This commit is contained in:
Родитель
fae41219af
Коммит
7bb134dce5
|
@ -59,12 +59,9 @@
|
|||
<rewrite>
|
||||
<rules>
|
||||
<clear />
|
||||
<rule name="redirect-projectwizrd" enabled="true">
|
||||
<rule name="redirect-projectwizrd" enabled="true" stopProcessing="true">
|
||||
<match url="^devtools/xamarin/installation-and-deployment/project-wizard" />
|
||||
<conditions logicalGrouping="MatchAll">
|
||||
<add input="{REQUEST_FILENAME}.html" matchType="IsFile" negate="true" />
|
||||
</conditions>
|
||||
<action type="Redirect" url="devtools/xamarin/installation-and-deployment/windows/project-wizard" redirectType="Found" />
|
||||
<action type="Redirect" url="devtools/xamarin/installation-and-deployment/windows/project-wizard" />
|
||||
</rule>
|
||||
|
||||
{% for directory in site.redirect_directories %}
|
||||
|
|
Загрузка…
Ссылка в новой задаче