So i am in the process of trying to work out how to get multi site setup working. My host is siteground and they have the following tutorial
https://www.siteground.com/tutorials/magento/multistore/
One thing i find odd is that there is no official guidance from Magento on how to set these things up, and that most of the tutorials out there appear to be specific to hosts. Anyway...
I have worked my way through this tutorial, following each step and i am recieving the error seen on this page
http://topkingstore.co.uk/
The website with code /store_id/2/ that was requested wasn't found. Verify the website and try again.
Now, the code i am supposed to use is in the url from the store view edit page
https://alsalf.uk/admin123/admin/system_store/editStore/store_id/2/key/88eb12cb7749223c028e69b9e8d9b...
and that this goes into the index.php in the
$params[\Magento\Store\Model\StoreManager:ARAM_RUN_CODE] = '/store_id/2/';
now the problem i have is that even though the code is set correctly and everything else appears to be setup correctly the actual page is returning the error stated.
Does anyone have an idea where i can start to look to get this resolved as it appears to be yet another bug in the magento 2 software.