|
I would keep my 'original' language domain in the root and make a seperate folder for an other language like this;
domain.com/index.html <-- for your 'original' domain, say, for example, it's Chinese
Different langages go in different folders, so for an english version of your site the folder you make could be named 'eng' and your path would look like this;
domain.com/eng/index.html
domain.com/eng/another-page.html
domain.com/eng/yet-another-page.html
This way you can create different folders with their own page structure and even installed cms for other languages, for example;
domain.com/sp/index.html <-- spanish
domain.com/jap/index.html <-- japanese
|