|
40 | 40 | <conditions logicalGrouping="MatchAll" trackAllCaptures="false" /> |
41 | 41 | <action type="Redirect" url="https://www.dynamsoft.com/mobile-document-scanner/docs/web/release-notes/index.html" appendQueryString="false" logRewrittenUrl="false" /> |
42 | 42 | </rule> |
43 | | - <rule name="Redirect guide pages" enabled="true" patternSyntax="ECMAScript"> |
44 | | - <match url="^(.*/guides/)(.*)$" ignoreCase="true" negate="false" /> |
| 43 | + <rule name="Redirect MDS guide" enabled="true" patternSyntax="ECMAScript"> |
| 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/{R:2}" appendQueryString="false" logRewrittenUrl="false" /> |
| 46 | + <action type="Redirect" url="https://www.dynamsoft.com/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="https://www.dynamsoft.com/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="https://www.dynamsoft.com/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="https://www.dynamsoft.com/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