In typo3-9 I have page URLs like:
Now I need these pages to be available also under links like:
Generally, www.mypage.com/{1},page,{2}.html should show page www.mypage.com/page/ and {1} could be any letters, and {2} any numbers. I need {1} and {2} to be visible in the page URL (without 301 redirect), for JavaScript purposes.
Is this possible to configure with some routeEnhancers?