|
11 | 11 | <match url="about/index.html" />
|
12 | 12 | <action type="Rewrite" url="https://www.dynamsoft.com/web-twain/resources/" appendQueryString="true" />
|
13 | 13 | </rule> -->
|
14 |
| - |
15 | 14 | <rule name="Redirect rule1 for dls pages -- ltsonwindows" enabled="true" patternSyntax="ECMAScript">
|
16 | 15 | <match url="selfhosted/ltsonwindows.html" ignoreCase="true" negate="false" />
|
17 | 16 | <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" /> |
19 | 23 | </rule>
|
20 |
| - |
21 | 24 | <rule name="Redirect rule2 for dls pages -- ltsonlinux" enabled="true" patternSyntax="ECMAScript">
|
22 | 25 | <match url="selfhosting/ltsonlinux.html" ignoreCase="true" negate="false" />
|
23 | 26 | <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" /> |
25 | 28 | </rule>
|
26 | 29 | <rule name="Redirect rule2 for dls pages -- unusedpage" enabled="true" patternSyntax="ECMAScript">
|
27 | 30 | <match url="schedule/stable.html" ignoreCase="true" negate="false" />
|
28 | 31 | <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" /> |
30 | 33 | </rule>
|
31 | 34 | <rule name="Redirect rule2 for dls pages -- notusedpage" enabled="true" patternSyntax="ECMAScript">
|
32 | 35 | <match url="requirements/per-active-device.html" ignoreCase="true" negate="false" />
|
33 | 36 | <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" /> |
35 | 38 | </rule>
|
| 39 | + |
36 | 40 | </rules>
|
37 | 41 | </rewrite>
|
38 | 42 | </system.webServer>
|
|
0 commit comments