This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
I have created two routes to list posts from RainLab.Blog in a site, one that lists all posts (/posts/:page
) and another one that lists posts filtered by a category (/:category/:page
), and the individual post is set to be /:category/:slug
.
Although it is working for the frontend, the Sitemaps module is failing to generate the correct individual posts, generating them like so: /default/:slug
.
I am not sure what should be done to achieve the expected behavior. Also, even though this could be a question related to the plugin, I would like to understand where to look for in the source code in order to understand why this is happening.
Thank you in advance
1-1 of 1