Simple redirect module for the Sitecore 9 and Sitecore 8. It has the following options for the redirect
- Sitecore Internal Items Redirect
- Regex Options
- Broken Links
It Supports 3 type of redirection
- Permanent Redirect (301)
- Temporary Redirect (302)
- Server Transfer
How to Use the Redirect Module
- Download and install the Redirect Module from the market place.Alternatively you can download from Simple Redirect Module-V2.0.1.zip
- Add these entry to your Site config file.
- You can keep the separate settings for each when you are using the multi site.
redirectSettingsId=”{23F429BA-9BBF-4FDD-9BCD-1E7E46A0D029}”
How to Use the Redirect Module
Internal Item Redirect
- Add the new redirect item
Map the target Item and Redirect Url
2. Regex
For Ex. ^/test3(/.*)?$ – /test$1
Target Url : http://sitecoresite/test3/home4?test=1
Redirect Url : http://sitecoresite/test/home4?test=1
3. Redirect Map
Download the Source code from Github.