.htaccess - Magento store code in URL only for one domain -
i have magento setup 2 domains, 1 of them having 3 languages. 1 need store view displayed in url, first 1 there should no store code there.
is possible configure magento (or htaccess) store code not displayed 1 of domains?
the problem magento ce 1.9 setting global one.
current url status:
domain 1: domain1.com/base
domain 2: domain2.com/en domain2.com/fr domain2.com/de
desired url status:
domain 1: domain1.com/ url category domain1.com/catname
domain 2: domain2.com/en domain2.com/fr domain2.com/de
as you've noticed there isn't setting want. you'll have go through each store view , set base url http://domain2.com/en/
, http://domain2.com/fr/
, on. set js/css/media urls http://domain2.com/
still work.
Comments
Post a Comment