OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.4k stars 2.39k forks source link

Autoroute to include redirects for changed paths #8864

Open kdubious opened 3 years ago

kdubious commented 3 years ago

The Autoroute Part currently allows me to create the 1 path to a content item. For example, I can map /product1 to the page for "Product 1".

When migrating from another website, or even reorganizing content, it's sometimes needed to map redirects. So, I may need to change my structure to this:

/products/product1

It would be nice if on the Product 1 page editor, I could include the various paths that should be rendered (better, redirected to) "Product 1"

Skrypt commented 3 years ago

I think this one is a duplicate from a feature request to be able to regenerate all Autoroutes from it's Content Type patterns. The issue being that the autoroute will not get changed unless you re-publish the content item.

Duplicate of https://github.com/OrchardCMS/OrchardCore/issues/8485

xperiandri commented 3 years ago

Any updates about this feature? Is someone implementing that?

xperiandri commented 3 years ago

@sebastienros

Piedone commented 4 months ago

FYI you can use the URL Rewriting Middleware to add any redirects.