The routes generated for these pages are like that : '/dataProviderModelName/?page=<currentPageOfThePager>'
<=> '/forums/?page=6'
The problem is that this route is really not good for our SEO because on our old site the route looked like this : '/controllerName/page/<currentPageOfPager>'
<=> '/forums/page/6'
If someone knows if it is possible to change the routes of a list view please help me.
If it is not, I will just make my own pager.
This line looks OK to me, but you also have to check other lines above it, since there’s always a possibility that other rule might be applied to the pattern before it gets applied.
I don’t think it’s necessary.
BTW, would you please use text instead of image for showing your code?