Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Alex 22 posts 105 karma points
    Apr 26, 2017 @ 16:00
    Alex
    0

    No template exists to render the document at url '/blog/'

    Hello, I have read explanation to this issue there: https://github.com/Shazwazza/Articulate/issues/213

    but it does not make sense to me, maybe there is a way to fix it according to what I trying to do?

    I need a blog to be available on the following url: https://mywebsite.com/blog and my posts on this: https://mywebsite.com/blog/my-post-name

    On blog page I need to display recent posts, tags... the same data what displayed by default in Articulate.

    The issue is when I renamed Archive to blog, that page stop working and giving me 404.

    How can I fix it, but keep the same url structure I want?

    Thanks.

  • Shannon Deminick 1524 posts 5270 karma points MVP 2x
    Apr 26, 2017 @ 22:44
    Shannon Deminick
    100

    You'll notice that this issue is tagged for release in an upcoming release in version 3.0 which is not out yet

    You can add a umbracoRedirect property to the Aritculate Archive document type as a content picker. You can then select the Articulate root node on your Archive node. This way any request going to https://mywebsite.com/blog would be redirected to https://mywebsite.com and the link won't be dead.

    Alternatively you could use umbracoInternalRedirectId which would rewrite instead of redirect.

  • Alex 22 posts 105 karma points
    Apr 27, 2017 @ 14:53
    Alex
    0

    Thanks, Shannon, I hope version 3 will be released soon, I prefer to avoid workarounds as much as possible.

  • Shannon Deminick 1524 posts 5270 karma points MVP 2x
    Apr 27, 2017 @ 21:04
    Shannon Deminick
    0

    It's not really a work around, it's more or less what version 3 does and I can't guarantee any time frames plus it will target version 7.6 of umbraco

Please Sign in or register to post replies

Write your reply to:

Draft