Just want to check I have used the redirect placeholders and splats correctly (in terms of syntax) before I publish the redirects and push the site live. Can anyone confirm.
The example in docs uses :year, month: slug: etc so i just want to make sure I can use anything as a placeholder and it doesn’t have to be from a built in subset or anything. In my case i want to use :topic for the various topics that appear after articles/topics/ and prior to the page(splat:) stuff
I am aware that forward slashes are not necessary and that netlify will check for both with and without but ii added them just for completeness
OK I think I see the problem, it is how my new hierarchy of files handles the first page of any collection. The /page/:splat only kicks in from page 2 onwards and bypasses page 1 so i have added a few rules to handle those cases which i think if I’m correct will in those instances ignore the rule below with the placeholder and splats!
@luke that seems to work, i.e no more redirect loop. It is currently going to a 404 as the pagination not in place but this is expected and it now means if i reintroduce the paging, this redirect will work great