Cannot change base URL for Store scope / Trouble setting up multisite

Hi all!

I am setting up my magento with multiple domains. My main domain is siccaro.eu. I have pointed my additional .co.uk domain to the root directory and trying to change the base URL via Magento admin.

Previously, to test it out, I had used siccaro.uk domain and it worked (I had added the settings to .htaccess). Siccaro.uk was pointing to the correct website scope.

SetEnvIf Host siccaro.eu MAGE_RUN_CODE=base
SetEnvIf Host siccaro.eu MAGE_RUN_TYPE=website
SetEnvIf Host siccaro.uk MAGE_RUN_CODE=b2c_gbp
SetEnvIf Host siccaro.uk MAGE_RUN_TYPE=website

Now, when I update the settings to siccaro.co.uk, it actually doesn’t work, and when I look at the admin, settings for store scope are greyed out and the settings for storeview, when set to default, are still showing siccaro.uk. Where is this setting coming from and how I can I change it? Is there a way to force the configuration to point siccaro.co.uk to the website scope with code b2c_gbp?!

Screenshot 2020-07-14 at 13.38.39|690x152

did you remove the cache?

fair question) yes, multiple times

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.