@NiLSPACE, here's a way to 301 redirect the old forum. It's not server-side, but search engines treat it as a 301 redirect.
Open the "headerinclude" template (in Ungrouped Templates), and add the following code:
Open the "headerinclude" template (in Ungrouped Templates), and add the following code:
Code:
<link rel="canonical" href="https://forum.cuberite.org{$_SERVER['REQUEST_URI']}" />
<meta http-equiv="refresh" content="0; url=https://forum.cuberite.org{$_SERVER['REQUEST_URI']}" />