I have Magento 1.7.0.2
My problem is in language switch from store views.
I have enabled mod_rewrite, and enabled store code to urls.
But language switch doesn't work correctly.
Example : http://mysite.com/en/
- Default page
When i want to change language in french the url in
language switch looks : http://mysite.com/en/?___store=fr
And it doesnt works I found that switcher is situated in:
app/design/frontend/default/mytheme/template/page/switch/languages.phtml
But i dont know how to change the code to make it work correctly.
When i want to change language, need to have this url : http://mysite.com/fr
without ?___store=fr
.
Thanks in advance.