Skip to content

Commit d75bceb

Browse files
committed
Update web.config
1 parent af4df8b commit d75bceb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

web.config

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,18 @@
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 getstarted/hardware.html" enabled="true" patternSyntax="ECMAScript">
52+
<match url="getstarted/hardware.html" ignoreCase="true" negate="false" />
53+
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
54+
<action type="Redirect" url="https://www.dynamsoft.com/web-twain/docs/about/hardware.html" appendQueryString="false" logRewrittenUrl="false" />
55+
</rule>
56+
57+
<rule name="Redirect indepth/deployment/server.html " enabled="true" patternSyntax="ECMAScript">
58+
<match url="indepth/deployment/server.html " ignoreCase="true" negate="false" />
59+
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
60+
<action type="Redirect" url="https://www.dynamsoft.com/web-twain/docs/getstarted/server.html" appendQueryString="false" logRewrittenUrl="false" />
61+
</rule>
5062
</rules>
5163
</rewrite>
5264
</system.webServer>

0 commit comments

Comments
 (0)