Skip to content

Commit 936c7d8

Browse files
committed
Update web.config
1 parent 81c9337 commit 936c7d8

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
@@ -47,6 +47,12 @@
4747
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
4848
<action type="Redirect" url="https://www.dynamsoft.com/remote-scan/docs/introduction/" appendQueryString="false" logRewrittenUrl="false" />
4949
</rule>
50+
51+
<rule name="Redirect https://www.dynamsoft.com/web-twain/docs/faq/how-come-would-some-customers-need-local.dynamsoft.com.html" enabled="true" patternSyntax="ECMAScript">
52+
<match url="faq/how-come-would-some-customers-need-local.dynamsoft.com.html" ignoreCase="true" negate="false" />
53+
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
54+
<action type="Redirect" url="https://www.dynamsoft.com/web-twain/docs/faq/how-come-would-you-need-local.dynamsoft.com.html" appendQueryString="false" logRewrittenUrl="false" />
55+
</rule>
5056
</rules>
5157
</rewrite>
5258
</system.webServer>

0 commit comments

Comments
 (0)