My blogpost 'Development of Umbraco 5 is stopped' was published on our.umbraca.org . My joy was of short notice however when I click to link to the blogpost:
On our.umbraco.com , they used the - broken link - from my RSS feed (http://webmove.be/home/blog/rss). For some reason the link to my blogpost in this feed are wrong.
uBlogsy RSS Feed generates wrong links
Hi,
My blogpost 'Development of Umbraco 5 is stopped' was published on our.umbraca.org . My joy was of short notice however when I click to link to the blogpost:
http://webmove.be/home/blog/home/blog/blog/2012/development-of-umbraco-v5-is-stopped
this is a broken link, the correct link should be:
http://webmove.be/home/blog/blog/2012/development-of-umbraco-v5-is-stopped
On our.umbraco.com , they used the - broken link - from my RSS feed (http://webmove.be/home/blog/rss). For some reason the link to my blogpost in this feed are wrong.
Can anybody tell how I can solve this?
Thanks for your help,
Anthony
I guess it must have something to do with this line in uBlogsyRSS.cshtml:
string blogUrl = Request.Url.AbsoluteUri.Replace("/rss", string.Empty).TrimEnd("/".ToCharArray());
I have integrated uBlogsy in my website, the content tree looks like this:
so to repeat my problem: the rss link generated to my blogposts is wrong:
instead of :
http://webmove.be/home/blog/home/blog/blog/2012/development-of-umbraco-v5-is-stopped/
it should be:
http://webmove.be/home/blog/blog/2012/development-of-umbraco-v5-is-stopped
I guess I need to tweek uBlogsyRSS.cshtml
Thanks for your help,
Anthony
is working on a reply...