Yeah, we are working on redirects. Right now, I am thinking the easiest and best solution is to have a rewrite rule in the forum's .htaccess file, but getting it right is going to be tricky. For example, we need something like this:
But to convert URLs from:
https://godotforums.org/discussion/<ID>/<Topic Name>
To the following:
https://godotforums.org/d/<ID>-<Topic Name>
If anyone has experience and/or ideas on how to do this, please comment! I am going to do my best to get it working, but I'm not very experienced in this kind of thing 😅