Dear all,
I'm trying to setup a Drupal 7.4 multi-language website but I'm not being able to do exactly what I want.
My idea is to have all English pages as "myhost/en/pagetitle" and all the Italian pages as "myhost/it/italianpagetitle").
I have enabled the modules Locale, Content Translation, Pathauto, Entity and Title.
I could install Italian Drupal interface using the .po file and it seems to have worked fine.
For the English page the alias are created correctly and everything works as expected,
but for the corresponding Italian pages, the alias is created but then it doesn't work.
For example for the "About Me" page the English version is correctly created an accessible
using the alias en/aboutme, whereas the for the Italian translation "Chi sono" the alias it/chishono
(as I could check in admin/config/search/path) is created but then it is not accessible. Although
if I use the system address, (something like node/84), the page is correctly displayed
and the English version linked correctly.
Can you please help me to figure out what I'm making wrong?
I thought I've followed the documentation right, but evidently there is something I misunderstood,
but I can't understand what.
Also if you think there is any better way to handle a multilanguage website, please let me know
I'm a newbie and any help is greatly appreciated.
Thank you very much in advance for your help,
Cheers, -luca