Skip to content

Commit ec929a4

Browse files
committed
add redirect
1 parent 873e45e commit ec929a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@
112112
<match url="^controls/busyindicator/custom-busy-content" />
113113
<action type="Redirect" url="controls/busyindicator/content" />
114114
</rule>
115+
<rule name="redirect-trial-message" enabled="true" stopProcessing="true">
116+
<match url="^knowledge-base/trial-message" />
117+
<action type="Redirect" url="installation/licensing/set-up-your-license" />
118+
</rule>
115119
<rule name="redirect-maskedentry-masked-types" enabled="true" stopProcessing="true">
116120
<match url="^controls/maskedentry/maskedentry-masked-types" />
117121
<action type="Redirect" url="controls/maskedentry/mask-types/overview" />

0 commit comments

Comments
 (0)