I’m migrating a bbPress forum to Discourse and trying to prevent 404 errors as much as possible.
bbPress had a paged page with all topics, like https://www.xxxx.nl/topics/page/6814/
that I would like to redirect to something similar on Discourse. Is there a paged page with all topics available? I tried things like https://discourse.xxxx.nl/t?page=2
and so on but can’t seem to find anything.
Thanks!