Skip to content

Commit 54cc688

Browse files
committed
Update web.config
1 parent 58e7f36 commit 54cc688

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

web.config

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,32 @@
1111
<match url="about/index.html" />
1212
<action type="Rewrite" url="https://www.dynamsoft.com/web-twain/resources/" appendQueryString="true" />
1313
</rule> -->
14-
1514
<rule name="Redirect rule1 for dls pages -- ltsonwindows" enabled="true" patternSyntax="ECMAScript">
1615
<match url="selfhosted/ltsonwindows.html" ignoreCase="true" negate="false" />
1716
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
18-
<action type="Redirect" url="https://www.dynamsoft.com/license-server/docs/selfhosting/dlsonwindows.html?ver=latest" appendQueryString="false" logRewrittenUrl="false" />
17+
<action type="Redirect" url="{HTTP_POST}/license-server/docs/selfhosting/DLSonwindows.html?ver=latest" appendQueryString="false" logRewrittenUrl="false" />
18+
</rule>
19+
<rule name="Redirect selfhosting/ltsonwindows.html" enabled="true" patternSyntax="ECMAScript">
20+
<match url="selfhosting/ltsonwindows.html" ignoreCase="true" negate="false" />
21+
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
22+
<action type="Redirect" url="{HTTP_POST}/license-server/docs/selfhosting/DLSonWindows.html" appendQueryString="false" logRewrittenUrl="false" />
1923
</rule>
20-
2124
<rule name="Redirect rule2 for dls pages -- ltsonlinux" enabled="true" patternSyntax="ECMAScript">
2225
<match url="selfhosting/ltsonlinux.html" ignoreCase="true" negate="false" />
2326
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
24-
<action type="Redirect" url="https://www.dynamsoft.com/license-server/docs/selfhosting/dlsonlinux.html?ver=latest" appendQueryString="false" logRewrittenUrl="false" />
27+
<action type="Redirect" url="{HTTP_POST}/license-server/docs/selfhosting/DLSonlinux.html?ver=latest" appendQueryString="false" logRewrittenUrl="false" />
2528
</rule>
2629
<rule name="Redirect rule2 for dls pages -- unusedpage" enabled="true" patternSyntax="ECMAScript">
2730
<match url="schedule/stable.html" ignoreCase="true" negate="false" />
2831
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
29-
<action type="Redirect" url="https://www.dynamsoft.com/license-server/docs/about/index.html?ver=latest" appendQueryString="false" logRewrittenUrl="false" />
32+
<action type="Redirect" url="{HTTP_POST}/license-server/docs/about/index.html?ver=latest" appendQueryString="false" logRewrittenUrl="false" />
3033
</rule>
3134
<rule name="Redirect rule2 for dls pages -- notusedpage" enabled="true" patternSyntax="ECMAScript">
3235
<match url="requirements/per-active-device.html" ignoreCase="true" negate="false" />
3336
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
34-
<action type="Redirect" url="https://www.dynamsoft.com/license-server/docs/about/index.html?ver=latest" appendQueryString="false" logRewrittenUrl="false" />
37+
<action type="Redirect" url="{HTTP_POST}/license-server/docs/about/index.html?ver=latest" appendQueryString="false" logRewrittenUrl="false" />
3538
</rule>
39+
3640
</rules>
3741
</rewrite>
3842
</system.webServer>

0 commit comments

Comments
 (0)