|
21 | 21 | <action type="Rewrite" url="{R:1}.webp" /> |
22 | 22 | <conditions> |
23 | 23 | <add input="{HTTP_ACCEPT}" pattern="image/webp" /> |
24 | | - <add input="{DOCUMENT_ROOT}/mobile-web-capture/docs/{R:1}.webp" matchType="IsFile" /> |
| 24 | + <add input="{DOCUMENT_ROOT}/mobile-document-scanner/docs/web/{R:1}.webp" matchType="IsFile" /> |
25 | 25 | </conditions> |
26 | 26 | </rule> |
27 | 27 |
|
28 | | - <rule name="Redirec rule 1" enabled="true" patternSyntax="ECMAScript"> |
| 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-web-capture/docs/introduction/" appendQueryString="false" logRewrittenUrl="false" /> |
| 31 | + <action type="Redirect" url="https://www.dynamsoft.com/mobile-document-scanner/docs/web/guide/index.html" appendQueryString="false" logRewrittenUrl="false" /> |
32 | 32 | </rule> |
33 | | - <rule name="Redirec hello world page" enabled="true" patternSyntax="ECMAScript"> |
| 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-web-capture/docs/gettingstarted/helloworld-continuousmode.html" appendQueryString="false" logRewrittenUrl="false" /> |
| 36 | + <action type="Redirect" url="https://www.dynamsoft.com/mobile-document-scanner/docs/web/guide/index.html" appendQueryString="false" logRewrittenUrl="false" /> |
37 | 37 | </rule> |
38 | | - <rule name="Redirect hello world page" enabled="true" patternSyntax="ECMAScript"> |
| 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-web-capture/docs/release-notes/mobile-web-capture.html" appendQueryString="false" logRewrittenUrl="false" /> |
| 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 | 43 | <rule name="Redirect guide pages" enabled="true" patternSyntax="ECMAScript"> |
44 | 44 | <match url="^(.*/guides/)(.*)$" ignoreCase="true" negate="false" /> |
45 | 45 | <conditions logicalGrouping="MatchAll" trackAllCaptures="false" /> |
46 | | - <action type="Redirect" url="https://www.dynamsoft.com/mobile-web-capture/docs/guide/{R:2}" appendQueryString="false" logRewrittenUrl="false" /> |
| 46 | + <action type="Redirect" url="https://www.dynamsoft.com/mobile-document-scanner/docs/web/guide/{R:2}" 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/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/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/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