Nous I was doing a test on my forums by scanning it on the MigrateToFlarum Lab website. I got an warning saying that I have Multiple URLS This Flarum is accepting connections via multiple urls which will result in an invalid config.url value being used for some of them. This will also impact your search engine ranking by creating duplicate content. Setup redirects so only the url defined in your config.php (https://gamehalla.net/forum) can be used to access the forum to fix it. Can anyone point me in the right direction for me to solve this? Link to my scan.
JohnP If you are using Apache or LItespeed then you can do it in .htaccess. RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ https://%1/$1 [R=301,L]