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.
Hi, I tried to use the same for 9.0.2 and CustomNameValueList is not rendering correctly. Any thoughts?
LikeLike
Hi Indu,
I was missed to include the config “Sitecore.Scientist.Foundation.Fields.CustomNameValueList.config” in the package.I have updated the package.Download and install the latest package.
LikeLike
Redirect map is not working. mysite.com/test
Mapping used: “/test” and “/about”
/test does not exist but /about does at /sitecore/content/mysite/home/about
Is the redirect map setup correctly?
LikeLike
Redirect mapping is correct and It should work fine. Only Redirect mapping is not working? There is caching implemented to cache the redirect mapping items. If that is the issue, please republish the redirects folder, it will refresh the cached items.
LikeLike