Skip to content

skybrud/Skybrud.Umbraco.Redirects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

610 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skybrud Redirects

GitHub license NuGet NuGet Umbraco Marketplace Skybrud.Umbraco.Redirects at packages.limbo.works

Skybrud.Umbraco.Redirects is a redirects manager for Umbraco. The package features a dashboard and property editor that let's users manage inbound redirects from within the Umbraco backoffice.

URLs can be added to redirect to either a content item, media item or a custom URL.

License: MIT License
Umbraco: Umbraco 17
Target Framework: .NET 10



Installation

Umbraco 16

Version 16 of this package supports Umbraco version 16. The package is only available via NuGet. To install the package, you can use either the .NET CLI:

dotnet add package Skybrud.Umbraco.Redirects --version 17.0.4

or the NuGet Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 17.0.4

Other versions of Umbraco



Features

  • Global dashboard for listing all redirects. Supports filtering and searching

  • Package only handles custom redirects - e.g. added manually by an editor. The package will let Umbraco handle redirects for renamed and moved pages

  • Includes a RedirectsService for managing the redirects from your own code



Add-ons



Documentation