Skip to content

Commit 7767cb5

Browse files
Merge pull request #908 from dynamsoft-docs/preview
update to internal commit 27f43122
2 parents 7cf9426 + aba1dbd commit 7767cb5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,12 @@
233233
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
234234
<action type="Redirect" url="{HTTP_POST}/web-twain/docs//extended-usage/restful-api.html" appendQueryString="false" logRewrittenUrl="false" />
235235
</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>
236242
</rules>
237243
</rewrite>
238244
</system.webServer>

0 commit comments

Comments
 (0)