Skip to content

Commit 7f11a5c

Browse files
committed
Added redirect and fixed titles
1 parent c24ddee commit 7f11a5c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

distribution-and-licensing/license-key/activation-errors-and-warnings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: License Activation Errors and Warnings
2+
title: Activation Errors and Warnings
33
page_title: License Activation Errors and Warnings
44
slug: activation-errors-and-warnings
55
tags: activation, activate, errors, warnings, license, key, document, processing, libraries
@@ -13,7 +13,7 @@ Starting with the 2025 Q1 release, using a product without a license or with an
1313
A missing, expired, or invalid license will result in:
1414
- A watermark appearing on application startup.
1515
- A modal dialog appearing on application startup. Clicking the **OK** button of the dialog closes the dialog and removes the banner until the next application startup.
16-
- A warning message similar to the following appearing in the build log: "_test_"
16+
- A warning message can appear in the build log.
1717

1818
### Invalid License
1919
An invalid license can be caused by any of the following:

distribution-and-licensing/license-key/frequently-asked-questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: License Key Frequently Asked Questions
2+
title: Frequently Asked Questions
33
page_title: License Key Frequently Asked Questions
44
slug: frequently-asked-questions
55
tags: frequently, asked, questions, license, key, document, processing, libraries

web.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@
179179
<match url="libraries/radpdfprocessing/model/interactive-forms/widgets$"/>
180180
<action type="Redirect" url="libraries/radpdfprocessing/model/annotations/widgets"/>
181181
</rule>
182+
<rule name="license-key" enabled="true" stopProcessing="true">
183+
<match url="distribution-and-licensing/license-key$"/>
184+
<action type="Redirect" url="distribution-and-licensing/license-key/setting-up-license-key"/>
185+
</rule>
182186
</rules>
183187
</rewrite>
184188
<httpProtocol>

0 commit comments

Comments
 (0)