I'm using the Blogs portlet (Liferay 7.2 GA1) to list all blog posts in a page example.com/web/guest/blog and I use the Display Template Page for blog details.
The problem is that when I open a post the URL changes to: http://localhost:8080/web/guest/b/blog-post-example
The friendly url for Blog is changed from:
http://localhost:8080/web/guest/blog/
to
http://localhost:8080/web/guest/b/
Is there a way to avoid changing the url?