|
11 | 11 | <!-- Important!!! Rule Name can't be repeated. --> |
12 | 12 | <!-- <rule name="Rewrite Resource Page" stopProcessing="true"> |
13 | 13 | <match url="about/index.html" /> |
14 | | - <action type="Rewrite" url="https://www.dynamsoft.com/web-twain/resources/" appendQueryString="true" /> |
| 14 | + <action type="Rewrite" url="{HTTP_POST}/web-twain/resources/" appendQueryString="true" /> |
15 | 15 | </rule> --> |
16 | 16 |
|
17 | 17 | <rule name="webp" stopProcessing="true"> |
|
28 | 28 | <rule name="Redirect about page" enabled="true" patternSyntax="ECMAScript"> |
29 | 29 | <match url="about/index.html" ignoreCase="true" negate="false" /> |
30 | 30 | <conditions logicalGrouping="MatchAll" trackAllCaptures="false" /> |
31 | | - <action type="Redirect" url="https://www.dynamsoft.com/mobile-document-scanner/docs/web/guide/index.html" appendQueryString="false" logRewrittenUrl="false" /> |
| 31 | + <action type="Redirect" url="{HTTP_POST}/mobile-document-scanner/docs/web/guide/index.html" appendQueryString="false" logRewrittenUrl="false" /> |
32 | 32 | </rule> |
33 | 33 | <rule name="Redirect hello world" enabled="true" patternSyntax="ECMAScript"> |
34 | 34 | <match url="gettingstarted/helloworld.html" ignoreCase="true" negate="false" /> |
35 | 35 | <conditions logicalGrouping="MatchAll" trackAllCaptures="false" /> |
36 | | - <action type="Redirect" url="https://www.dynamsoft.com/mobile-document-scanner/docs/web/guide/index.html" appendQueryString="false" logRewrittenUrl="false" /> |
| 36 | + <action type="Redirect" url="{HTTP_POST}/mobile-document-scanner/docs/web/guide/index.html" appendQueryString="false" logRewrittenUrl="false" /> |
37 | 37 | </rule> |
38 | 38 | <rule name="Redirect MWC release notes" enabled="true" patternSyntax="ECMAScript"> |
39 | 39 | <match url="releasenotes/index.html" ignoreCase="true" negate="false" /> |
40 | 40 | <conditions logicalGrouping="MatchAll" trackAllCaptures="false" /> |
41 | | - <action type="Redirect" url="https://www.dynamsoft.com/mobile-document-scanner/docs/web/release-notes/index.html" appendQueryString="false" logRewrittenUrl="false" /> |
| 41 | + <action type="Redirect" url="{HTTP_POST}/mobile-document-scanner/docs/web/release-notes/index.html" appendQueryString="false" logRewrittenUrl="false" /> |
42 | 42 | </rule> |
43 | 43 | <rule name="Redirect MDS guide" enabled="true" patternSyntax="ECMAScript"> |
44 | 44 | <match url="guides/document-scanner.html" ignoreCase="true" negate="false" /> |
45 | 45 | <conditions logicalGrouping="MatchAll" trackAllCaptures="false" /> |
46 | | - <action type="Redirect" url="https://www.dynamsoft.com/mobile-document-scanner/docs/web/guide/index.html" appendQueryString="false" logRewrittenUrl="false" /> |
| 46 | + <action type="Redirect" url="{HTTP_POST}/mobile-document-scanner/docs/web/guide/index.html" appendQueryString="false" logRewrittenUrl="false" /> |
47 | 47 | </rule> |
48 | 48 | <rule name="Redirect MWC guide" enabled="true" patternSyntax="ECMAScript"> |
49 | 49 | <match url="guides/mobile-web-capture.html" ignoreCase="true" negate="false" /> |
50 | 50 | <conditions logicalGrouping="MatchAll" trackAllCaptures="false" /> |
51 | | - <action type="Redirect" url="https://www.dynamsoft.com/mobile-document-scanner/docs/web/code-gallery/mobile-web-capture/index.html" appendQueryString="false" logRewrittenUrl="false" /> |
| 51 | + <action type="Redirect" url="{HTTP_POST}/mobile-document-scanner/docs/web/code-gallery/mobile-web-capture/index.html" appendQueryString="false" logRewrittenUrl="false" /> |
52 | 52 | </rule> |
53 | 53 | <rule name="Redirect MWC customization guide" enabled="true" patternSyntax="ECMAScript"> |
54 | 54 | <match url="guides/customization-guide.html" ignoreCase="true" negate="false" /> |
55 | 55 | <conditions logicalGrouping="MatchAll" trackAllCaptures="false" /> |
56 | | - <action type="Redirect" url="https://www.dynamsoft.com/mobile-document-scanner/docs/web/code-gallery/mobile-web-capture/customization-guide.html" appendQueryString="false" logRewrittenUrl="false" /> |
| 56 | + <action type="Redirect" url="{HTTP_POST}/mobile-document-scanner/docs/web/code-gallery/mobile-web-capture/customization-guide.html" appendQueryString="false" logRewrittenUrl="false" /> |
57 | 57 | </rule> |
58 | 58 | <rule name="Redirect MWC API Reference" enabled="true" patternSyntax="ECMAScript"> |
59 | 59 | <match url="api/mobile-web-capture.html" ignoreCase="true" negate="false" /> |
60 | 60 | <conditions logicalGrouping="MatchAll" trackAllCaptures="false" /> |
61 | | - <action type="Redirect" url="https://www.dynamsoft.com/mobile-document-scanner/docs/web/code-gallery/mobile-web-capture/api.html" appendQueryString="false" logRewrittenUrl="false" /> |
| 61 | + <action type="Redirect" url="{HTTP_POST}/mobile-document-scanner/docs/web/code-gallery/mobile-web-capture/api.html" appendQueryString="false" logRewrittenUrl="false" /> |
62 | 62 | </rule> |
63 | 63 | </rules> |
64 | 64 | </rewrite> |
|
0 commit comments