We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cf9426 + aba1dbd commit 7767cb5Copy full SHA for 7767cb5
1 file changed
web.config
@@ -233,6 +233,12 @@
233
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
234
<action type="Redirect" url="{HTTP_POST}/web-twain/docs//extended-usage/restful-api.html" appendQueryString="false" logRewrittenUrl="false" />
235
</rule>
236
+
237
+ <rule name="Redirect image export guide https://www.dynamsoft.com/web-twain/docs/about/index.html" enabled="true" patternSyntax="ECMAScript">
238
+ <match url="about/index.html" ignoreCase="true" negate="false" />
239
+ <conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
240
+ <action type="Redirect" url="{HTTP_POST}/web-twain/docs/introduction/index.html" appendQueryString="false" logRewrittenUrl="false" />
241
+ </rule>
242
</rules>
243
</rewrite>
244
</system.webServer>
0 commit comments