Can you add 301 redirects for old forum content?

That would also give a lot of confusion. probably worse than it is now.

I guess pretty much the only thing you could do (on http server level at least) is to redirect all 404’s (which could probably also be an issue in case it is “a real 404” where there is no content at the old one either) and then I would put a message/alert/notification on the archived one that there is a new forum…

Another option could be to place some custom javascript on the “Oops, does not exist page” here which would check if the corresponding archived.xxx… exists and if so, would redirect to that page then. Not sure how how easy that would be to implement within discourse though.

3 Likes