Magento friendly multilanguage link -


i have question multilanguage on magento. site (www.tucanotest.it) have english , italian , lot of other languages.

if switch italian english url appear 'http://www.tucanotest.it/index.php/?___store=english&___from_store=italia' there way convert link http://www.tucanotest.it/en/ ?

i recommend use subdomain instead.

you have update base url in configuration each store view:

general > web > secure , general > web > unsecure

then have set such environment variables in .htaccess:

setenvifnocase host "^nl\.website\.be$"    mage_run_type=store mage_run_code=nl_be setenvifnocase host "^fr\.website\.be$"    mage_run_type=store mage_run_code=fr_be 

first have search store view code, can find them in system > manage stores click on store view name. if store view code english view en_it example, have write in .htaccess:

setenvifnocase host "^en\.tucanotest\.it$"    mage_run_type=store mage_run_code=en_it 

Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -