This guide will provide Administrators with detailed steps to set up automatic redirect links for on prem solutions.
Setting Up an IIS Rewrite from Microsoft Windows
To get started, download and install IIS URL Rewrite 2.1 from Microsoft via this link.
Creating Rewrite Rules
- Open the Internet Information Services (IIS) Manager.
- Select URL Rewrite.
- In the Actions panel, select Add Rule(s)...
- In the Add Rule(s), select Blank rule and click OK.
- Insert the following information.
- Name: Enter a unique name for the rule.
- Match URL:
- Requested URL: Matches the Pattern
- Using: Regular Expressions
- Pattern: ^(.*)$
- Ignore case: Enabled
- Conditions:
- Logical grouping: Match All
- Input: {HTTP_HOST}
- Type: Matches the Pattern
- Pattern: <OnPrem.domain.edu>
- Action:
- Action type: Redirect
- Action properties:
- Redirect URL:https://www.<Your_YuJa_Domain>.yuja.com/V/Redirect?oldDirectLink=https://www.onprem.com/video?=1234
- Append query string: Selected
- Redirect type: Temporary (307)