Skip to content

Commit b66b030

Browse files
authored
fix rewrite
update to internal commit 5515f083
2 parents 4af9812 + 0164d06 commit b66b030

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

web.config

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,6 @@
150150
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/extended-usage/index.html" appendQueryString="false" logRewrittenUrl="false" />
151151
</rule>
152152

153-
<rule name="Redirect general usage guide https://www.dynamsoft.com/web-twain/docs/general-usage/index.html" enabled="true" patternSyntax="ECMAScript">
154-
<match url="getstarted/" ignoreCase="true" negate="false" />
155-
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
156-
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/index.html" appendQueryString="false" logRewrittenUrl="false" />
157-
</rule>
158-
159153
<rule name="Redirect license key usage guide https://www.dynamsoft.com/web-twain/docs/general-usage/license.html" enabled="true" patternSyntax="ECMAScript">
160154
<match url="about/license.html" ignoreCase="true" negate="false" />
161155
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
@@ -227,6 +221,13 @@
227221
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
228222
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/introduction/system-requirements.html" appendQueryString="false" logRewrittenUrl="false" />
229223
</rule>
224+
225+
<rule name="Redirect general usage guide https://www.dynamsoft.com/web-twain/docs/general-usage/index.html" enabled="true" patternSyntax="ECMAScript">
226+
<match url="getstarted/" ignoreCase="true" negate="false" />
227+
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
228+
<action type="Redirect" url="{HTTP_POST}/web-twain/docs/general-usage/index.html" appendQueryString="false" logRewrittenUrl="false" />
229+
</rule>
230+
230231
<rule name="Redirect RESTful API guide https://www.dynamsoft.com/web-twain/docs//extended-usage/restful-api.html" enabled="true" patternSyntax="ECMAScript">
231232
<match url="indepth/development/restful.html" ignoreCase="true" negate="false" />
232233
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />

0 commit comments

Comments
 (0)