If II call http://192.168.0.1/t/livedocs/ and just appears the usual page.
thechange to 0 in FORCE_DYNAMIC it works.
Maybe It's better to read the header that the client's browser sends and
redirect him automatically to its language (if avaliable, otherwise show
avaliable's).Weird :/ I don't think we should automatically redirect the user, we're
currently looking for a way to display all the available languages :)
I'll try to reimplement the error.php code, it's really silly.
Your browser sends your language, so why ask it? take a look at
$_SERVER[HTTP_ACCEPT_LANGUAGE]
mine prints: "pt,en-gb;q=0.7,en-us;q=0.3"
I know this Nuno, but we WANT to display the available languages ! Like in this page :
http://fr.php.net/docs.php
didou