Skip to content

Commit 785dd66

Browse files
update to internal commit 4e3486e6
1 parent 0e5decd commit 785dd66

File tree

1 file changed

+27
-51
lines changed

1 file changed

+27
-51
lines changed

web.config

Lines changed: 27 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@
9696
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/extended-usage/dynamsoft-service-configuration.html" appendQueryString="false" logRewrittenUrl="false" />
9797
</rule>
9898

99-
<rule name="Redirect extended usage guide https://www.dynamsoft.com/web-twain/docs/extended-usage/index.html" enabled="true" patternSyntax="ECMAScript">
100-
<match url="indepth/features/" ignoreCase="true" negate="false" />
101-
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
102-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/extended-usage/index.html" appendQueryString="false" logRewrittenUrl="false" />
103-
</rule>
104-
10599
<rule name="Redirect PDF compression guide https://www.dynamsoft.com/web-twain/docs/extended-usage/pdf-compression.html" enabled="true" patternSyntax="ECMAScript">
106100
<match url="indepth/features/pdfc.html" ignoreCase="true" negate="false" />
107101
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
@@ -114,54 +108,24 @@
114108
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/extended-usage/pdf-processing.html" appendQueryString="false" logRewrittenUrl="false" />
115109
</rule>
116110

117-
<rule name="Redirect system message configuration guide https://www.dynamsoft.com/web-twain/docs/extended-usage/system-message-configuration.html" enabled="true" patternSyntax="ECMAScript">
118-
<match url="indepth/features/ui.html" ignoreCase="true" negate="false" />
119-
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
120-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/extended-usage/system-message-configuration.html" appendQueryString="false" logRewrittenUrl="false" />
121-
</rule>
122-
123111
<rule name="Redirect UI customization guide https://www.dynamsoft.com/web-twain/docs/extended-usage/ui-customization.html" enabled="true" patternSyntax="ECMAScript">
124112
<match url="indepth/features/ui.html" ignoreCase="true" negate="false" />
125113
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
126114
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/extended-usage/ui-customization.html" appendQueryString="false" logRewrittenUrl="false" />
127115
</rule>
128116

129-
<rule name="Redirect general usage guide https://www.dynamsoft.com/web-twain/docs/general-usage/index.html" enabled="true" patternSyntax="ECMAScript">
130-
<match url="getstarted/" ignoreCase="true" negate="false" />
131-
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
132-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/index.html" appendQueryString="false" logRewrittenUrl="false" />
133-
</rule>
134-
135117
<rule name="Redirect general initialization guide https://www.dynamsoft.com/web-twain/docs/general-usage/initialization.html" enabled="true" patternSyntax="ECMAScript">
136118
<match url="indepth/features/initialize.html" ignoreCase="true" negate="false" />
137119
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
138120
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/initialization.html" appendQueryString="false" logRewrittenUrl="false" />
139121
</rule>
140122

141-
<rule name="Redirect license key usage guide https://www.dynamsoft.com/web-twain/docs/general-usage/license.html" enabled="true" patternSyntax="ECMAScript">
142-
<match url="about/license.html" ignoreCase="true" negate="false" />
143-
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
144-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/license.html" appendQueryString="false" logRewrittenUrl="false" />
145-
</rule>
146-
147123
<rule name="Redirect general scanning guide https://www.dynamsoft.com/web-twain/docs/general-usage/scanner-image-acquisition.html" enabled="true" patternSyntax="ECMAScript">
148124
<match url="indepth/features/input.html" ignoreCase="true" negate="false" />
149125
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
150126
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/scanner-image-acquisition.html" appendQueryString="false" logRewrittenUrl="false" />
151127
</rule>
152128

153-
<rule name="Redirect server deployment guide https://www.dynamsoft.com/web-twain/docs/general-usage/server-deployment.html" enabled="true" patternSyntax="ECMAScript">
154-
<match url="indepth/deployment/server.html" ignoreCase="true" negate="false" />
155-
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
156-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/server-deployment.html" appendQueryString="false" logRewrittenUrl="false" />
157-
</rule>
158-
159-
<rule name="Redirect server-side scripting guide https://www.dynamsoft.com/web-twain/docs/general-usage/server-side-scripting.html" enabled="true" patternSyntax="ECMAScript">
160-
<match url="indepth/development/Server-script.html" ignoreCase="true" negate="false" />
161-
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
162-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/server-side-scripting.html" appendQueryString="false" logRewrittenUrl="false" />
163-
</rule>
164-
165129
<rule name="Redirect viewer configuration guide https://www.dynamsoft.com/web-twain/docs/general-usage/viewer-configuration.html" enabled="true" patternSyntax="ECMAScript">
166130
<match url="indepth/features/viewer.html" ignoreCase="true" negate="false" />
167131
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
@@ -174,18 +138,6 @@
174138
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/image-export/index.html" appendQueryString="false" logRewrittenUrl="false" />
175139
</rule>
176140

177-
<rule name="Redirect local image export guide https://www.dynamsoft.com/web-twain/docs/general-usage/image-export/local-export.html" enabled="true" patternSyntax="ECMAScript">
178-
<match url="indepth/features/output.html#save" ignoreCase="true" negate="false" />
179-
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
180-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/image-export/local-export.html" appendQueryString="false" logRewrittenUrl="false" />
181-
</rule>
182-
183-
<rule name="Redirect general server upload guide https://www.dynamsoft.com/web-twain/docs/general-usage/image-export/server-upload.html" enabled="true" patternSyntax="ECMAScript">
184-
<match url="indepth/features/output.html" ignoreCase="true" negate="false" />
185-
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
186-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/image-export/server-upload.html" appendQueryString="false" logRewrittenUrl="false" />
187-
</rule>
188-
189141
<rule name="Redirect buffer management guide https://www.dynamsoft.com/web-twain/docs/general-usage/image-processing/buffer-management.html" enabled="true" patternSyntax="ECMAScript">
190142
<match url="indepth/features/buffer.html" ignoreCase="true" negate="false" />
191143
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
@@ -198,10 +150,34 @@
198150
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/image-processing/image-editing.html" appendQueryString="false" logRewrittenUrl="false" />
199151
</rule>
200152

201-
<rule name="Redirect general image processing guide https://www.dynamsoft.com/web-twain/docs/general-usage/image-processing/index.html" enabled="true" patternSyntax="ECMAScript">
202-
<match url="indepth/features/edit.html" ignoreCase="true" negate="false" />
153+
<rule name="Redirect extended usage guide https://www.dynamsoft.com/web-twain/docs/extended-usage/index.html" enabled="true" patternSyntax="ECMAScript">
154+
<match url="indepth/features/" ignoreCase="true" negate="false" />
155+
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
156+
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/extended-usage/index.html" appendQueryString="false" logRewrittenUrl="false" />
157+
</rule>
158+
159+
<rule name="Redirect general usage guide https://www.dynamsoft.com/web-twain/docs/general-usage/index.html" enabled="true" patternSyntax="ECMAScript">
160+
<match url="getstarted/" ignoreCase="true" negate="false" />
161+
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
162+
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/index.html" appendQueryString="false" logRewrittenUrl="false" />
163+
</rule>
164+
165+
<rule name="Redirect license key usage guide https://www.dynamsoft.com/web-twain/docs/general-usage/license.html" enabled="true" patternSyntax="ECMAScript">
166+
<match url="about/license.html" ignoreCase="true" negate="false" />
203167
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
204-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/image-processing/index.html" appendQueryString="false" logRewrittenUrl="false" />
168+
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/license.html" appendQueryString="false" logRewrittenUrl="false" />
169+
</rule>
170+
171+
<rule name="Redirect server deployment guide https://www.dynamsoft.com/web-twain/docs/general-usage/server-deployment.html" enabled="true" patternSyntax="ECMAScript">
172+
<match url="indepth/deployment/server.html" ignoreCase="true" negate="false" />
173+
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
174+
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/server-deployment.html" appendQueryString="false" logRewrittenUrl="false" />
175+
</rule>
176+
177+
<rule name="Redirect server-side scripting guide https://www.dynamsoft.com/web-twain/docs/general-usage/server-side-scripting.html" enabled="true" patternSyntax="ECMAScript">
178+
<match url="indepth/development/Server-script.html" ignoreCase="true" negate="false" />
179+
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
180+
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/server-side-scripting.html" appendQueryString="false" logRewrittenUrl="false" />
205181
</rule>
206182

207183
<rule name="Redirect hello world editing guide https://www.dynamsoft.com/web-twain/docs/hello-world/editing.html" enabled="true" patternSyntax="ECMAScript">

0 commit comments

Comments
 (0)