Closed srgrbkl closed 4 years ago
Hi @srgrbkl
Did you change the base_url foreach website ?
yes, base_url now http://dev.site.com/en/ and created en folder with PARAM_RUN_CODE
I'm note sure this is a best practice, but this should work: https://gist.github.com/thagxt/0f605f0a8a95c79302db0d2f04383788
need to create multiple stores with the same domain: site.com/en/ site.com/fr/ site.com/de/ I changed magento.ngnix.conf (added fastcgi_param MAGE_RUN_CODE 'en'; fastcgi_param MAGE_RUN_TYPE store;), but I get a 404 error(). do you have any ideas?