OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.12k forks source link

Blog module RSS BlogPart.FeedProxyUrl not routed #5623

Open ropstah opened 9 years ago

ropstah commented 9 years ago

In the Blog module there is an option to specify a custom url for RSS feeds using the BlogPart.FeedProxyUrl. The value does get registered (see Register method in FeedManagerExtensions) and is thus rendered as the url for the RSS feed, however it isn't routed to the FeedController anywhere resulting in a "Page Not Found".

image

Also see: https://github.com/OrchardCMS/Orchard/pull/5584

CSurieux commented 9 years ago

Hello @sebastienros , which implementation are you using in your 'Scott Gu' blogs ?