Hello,
I'm working on a multi-language website and I'm having a little trouble with rewriting URLs.
So lets say I want to rewrite URLs for the products page. I must have something like this:
http://www.mywebsite.com/products/some-product-name-34.html (for english)
http://www.mywebsite.com/produits/some-product-name-34.html (for french)
There will also be some static pages like a privacy policy page. I must have something like this:
http://www.mywebsite.com/privacy-policy.html (for english)
http://www.mywebsite.com/politique-de-confidentialite.html (for french)
Any ideea how I can accomplish this? Thanks.