hi,
i have a multi language website.
i didnt want to duplicate the code per language so I'm storing the language code in a session and include the translations static files by the language code.
that way I have to maintain only one website.
today, the navigation between the language is like this:
[url]http://www.***.com?lang_code=de[/url]
Now, i bought 6 domains foreach language
.com(English)
.de(German)
.co.il(hebrew).
ext....
the question is:
how can i make the domains to point to each language?
for example, if i enter to:[url]http://www..de[/url], i will always see the german version.
i own the server (if thats help)
and here is the configuration:
PHP Version 5.2.0
Apache Version Apache/1.3.37 (Unix) PHP/5.2.0 mod_ssl/2.8.28 OpenSSL/0.9.7a
Thanks