We have different stores for 6 countries with 2 languages for each English and Arabic. So totally we have 12 store view. Everything works fine, but the URL of store http://example.com/COUNTRY_LANGUAGE to changed to http://example.com/COUNTRY/LANGUAGE. I am not sure how to achieve this, I know it is adding store in the URL after domain name. But I cannot setup store with slash(/).
Preconditions
Expected result
Actual result
Hi @vinoth_web,
As you've mentioned the current result is the out of the box result.
Maybe you could try some rewrites with, for example, htaccess to redirect all the traffic to the right URL.
It sounds like you’ll need custom URL rewrites or router adjustments to format the store codes correctly, and similar logic is often used in B2B Lead Generation Services setups where clean, structured paths help maintain consistency. You may need to handle the slash-based store codes manually since Magento doesn’t support them by default.