All Projects → skybrud → Skybrud.Umbraco.Redirects

skybrud / Skybrud.Umbraco.Redirects

Licence: MIT License
Redirects manager for Umbraco.

Programming Languages

C#
18002 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
Less
1899 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to Skybrud.Umbraco.Redirects

Uintra
A flexible and lightweight Umbraco based framework, for making an Intranet, Extranet or social platform based on known conventions.
Stars: ✭ 43 (+38.71%)
Mutual labels:  umbraco, umbraco-cms, umbraco-backoffice, umbraco-v7
umbraco-contentment
Contentment for Umbraco - a state of happiness and satisfaction
Stars: ✭ 63 (+103.23%)
Mutual labels:  umbraco, umbraco-backoffice, umbraco-v8, umbraco-v9
kirby3-redirects
Setup HTTP Status Code Redirects from within the Kirby Panel
Stars: ✭ 14 (-54.84%)
Mutual labels:  redirects, 301, 307
django-redirects
↪️ ✅ redirects as they should be, with full control.
Stars: ✭ 32 (+3.23%)
Mutual labels:  redirects, 301, 307
DoStuffWithUmbraco
Bits and Pieces of Code to do things with Umbraco 8 & NetCore
Stars: ✭ 78 (+151.61%)
Mutual labels:  umbraco, umbraco-v8, umbraco-v9
Umbraco-RCE
Umbraco CMS 7.12.4 - (Authenticated) Remote Code Execution
Stars: ✭ 61 (+96.77%)
Mutual labels:  umbraco, umbraco-cms, umbraco-v7
Umbraco-v8-Community-Website-StarterKit
The goal of this repo is to have a community managed starter project/kit for #umbraco v8 following the best practices and showcasing nice tips and tricks
Stars: ✭ 19 (-38.71%)
Mutual labels:  umbraco, umbraco-v8
Umbraco Cms
The simple, flexible and friendly ASP.NET CMS used by more than 730.000 websites
Stars: ✭ 3,484 (+11138.71%)
Mutual labels:  umbraco, umbraco-cms
vendr-demo-store
Demo store for Vendr, the eCommerce solution for Umbraco v8+
Stars: ✭ 22 (-29.03%)
Mutual labels:  umbraco, umbraco-v8
Umbraco.Elasticsearch
Integration of Elasticsearch as a search platform for Umbraco v7.5+
Stars: ✭ 15 (-51.61%)
Mutual labels:  umbraco, umbraco-v7
CWS-Start
This is the new shiny MVC version of Umbraco CWS starter site package
Stars: ✭ 24 (-22.58%)
Mutual labels:  umbraco, umbraco-cms
dropzoner
Laravel package for image upload using DropzoneJS
Stars: ✭ 46 (+48.39%)
Mutual labels:  package
repology-webapp
Repology web application
Stars: ✭ 114 (+267.74%)
Mutual labels:  package
abjutils
Useful functions for the Brazilian Jurimetrics Association
Stars: ✭ 42 (+35.48%)
Mutual labels:  package
cloup
Library to build command line interfaces (CLIs) based on Click. Cloup = Click + option groups, constraints, command aliases, command sections, help themes, "did you mean ...?" suggestions ...
Stars: ✭ 44 (+41.94%)
Mutual labels:  package
SignNowNodeSDK
The Official SignNow Node.js Client Library for interacting with SignNow REST API. Sign documents, request e-signatures, and build role-based workflows with multiple signers using this client.
Stars: ✭ 14 (-54.84%)
Mutual labels:  package
element-helper
🚀 Element-Helper is a Atom package for Element-UI.
Stars: ✭ 74 (+138.71%)
Mutual labels:  package
secure compare
A secure compare for Elixir.
Stars: ✭ 17 (-45.16%)
Mutual labels:  package
atom-toolbar-almighty
Atom editor's missing toolbar
Stars: ✭ 21 (-32.26%)
Mutual labels:  package
Laravel-Tongue
🎉 Finally a subdomain localization that works how you want it to work. 🌐
Stars: ✭ 28 (-9.68%)
Mutual labels:  package

Skybrud.Umbraco.Redirects GitHub license NuGet NuGet Our Umbraco

Skybrud.Umbraco.Redirects is a redirects manager for Umbraco 9. 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.

Installation

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

dotnet add package Skybrud.Umbraco.Redirects

or the older NuGet Package Manager:

Install-Package Skybrud.Umbraco.Redirects

Umbraco 8
For the Umbraco 8 version of this package, see the v2/main branch instead.

Umbraco 7
For the Umbraco 7 version of this package, see the v1/main branch instead.

Features

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

  • Property editor that can be added to either a content item or media item to show inbound redirects

  • Package only handles custom redirecs - eg. added manually by an editor. The package will let Umbraco 7.5+ handle redirects for renamed pages

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

Screenshots

Besides the dashboard shown in the top of this page, the package also features property editor that let's users add new inbound redirect directly from the content or media item being editied.

For instance the screenshot below illustrates the property editor added to a content type:

image

Or the same property editor added to a media type - eg. here added to the Image media type:

image

Under the hood

The package comes with a HTTP module that will kick in when Umbraco or IIS returns a response with a 404 status code. If this is the case, the module will look up the requested URL, and then redirect the user if a matching redirect is found in the database.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].