On 14 Sep 2008, at 17:47, Alain R. wrote:
Jochem Maas wrote:
Alain R. schreef:
Hi,
mostly (90%) websites are designed to include localization (made
in php) folder like following:
www.mywebsite.com/en/
www.mywebsite.com/de/
www.mywebsite.com/fr/
why do they not use only 1 folder and use dyn
Jochem Maas wrote:
Alain R. schreef:
Hi,
mostly (90%) websites are designed to include localization (made in
php) folder like following:
www.mywebsite.com/en/
www.mywebsite.com/de/
www.mywebsite.com/fr/
why do they not use only 1 folder and use dynamically PHP to change
localization of we
Alain R. wrote:
Maciek Sokolewicz wrote:
2. google "apache mod_rewrite", that way you can rewrite urls of the
form www.example.org/de/whatever to www.example.org/whatever?lang=de
or even stick the de part into an environment variable $_ENV['lang'] =
'de'
- Tul
the mod_rewrite is possibl
Maciek Sokolewicz wrote:
2. google "apache mod_rewrite", that way you can rewrite urls of the
form www.example.org/de/whatever to www.example.org/whatever?lang=de or
even stick the de part into an environment variable $_ENV['lang'] = 'de'
- Tul
the mod_rewrite is possible only if i own/ma
Alain R. wrote:
so how can i do the same ?
i mean to have 1 single PHP page and to localize, but to have the URI
with /en, or /fr or /de ?
i know how to localize the complete website i already done it, but what
you told ?
> One would hope that unless it's a pretty small static site those
"
how can i do the same ?
Jochem Maas wrote:
Alain R. schreef:
Hi,
mostly (90%) websites are designed to include localization (made in
php) folder like following:
www.mywebsite.com/en/
www.mywebsite.com/de/
www.mywebsite.com/fr/
why do they not use only 1 folder and use dynamically PHP to cha
so how can i do the same ?
i mean to have 1 single PHP page and to localize, but to have the URI
with /en, or /fr or /de ?
i know how to localize the complete website i already done it, but what
you told ?
> One would hope that unless it's a pretty small static site those
"folders" actually
Alain R. schreef:
Hi,
mostly (90%) websites are designed to include localization (made in php)
folder like following:
www.mywebsite.com/en/
www.mywebsite.com/de/
www.mywebsite.com/fr/
why do they not use only 1 folder and use dynamically PHP to change
localization of website ?
who says the
Hi,
mostly (90%) websites are designed to include localization (made in php)
folder like following:
www.mywebsite.com/en/
www.mywebsite.com/de/
www.mywebsite.com/fr/
why do they not use only 1 folder and use dynamically PHP to change
localization of website ?
has this something to do with se
9 matches
Mail list logo