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.
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.
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.Thanks, Shannon, I hope version 3 will be released soon, I prefer to avoid workarounds as much as possible.
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
is working on a reply...