hmm
It's all a bit weird, and may partly relate to how Simple Machines Forum codes stuff.
Firstly I have a .htaccess file that is supposed to force a redirect to https:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
But there seem to be a number of variants of that code on the net so not sure this one is entirely correct.
Most of the hardcoded links in the navigation menus use
https://www.nthwgaming/....
But those seem to convert to
http://www.nthwgaming.co.uk/... which is why the forum link works. However the home page menu link isn't converting

But not all links are hardcoded, some work off the server root like "/###/###/#/nthwgaming.co.uk/###/forum"
But then most confusing of all is the TSO account DNS that suggests the A records for nthwgaming and
www.nthwgaming use different IPs
