Redirects
In order to keep compatibility with the old website we put some redirects in place. Those are configured in the nginx server for the website:
rewrite ^/en_US/(.*)$ /$1 redirect;
rewrite ^(/.*)?/support-us(/.*)? $1/donate$2 redirect;
rewrite ^(/.*)?/community(/.*)? $1/contribute$2 redirect;