Hi,
I tried from a new fresh instance of grav to create two pages, one in english, one in french.
I've enabled the multi language setting and also the http_accept_language parameter. My both environment (web and IOS) are in French.
1) I fetch http://localhost/work-environment/grav/
On a web browser (IE, Chrome, Firefox) and on Android, no problem, I get redirected to
http://localhost/work-environment/grav/fr.
but on iPhone Safari (IOS 10), I always get redirected to http://localhost/work-environment/grav/en.
I've checked the Accept-Language header on both platforms:
- Web:
fr,en-US;q=0.8,en;q=0.6 - Safari IOS:
fr-fr
It looks like the language redirection doesn't work.
Any idea about this issue? Thanks