03 02
Redirect according to browser language: mod rewrite and HTTP_ACCEPT_LANGUAGE
.htaccess, apache, mod-rewrite Comments (12) »I wanted to redirect users to the main page of the website according to his/her browser default language setting.
This setting is sent by the browser at every request to the server as ‘Accept-Language’ header and can look like this “pl,en-us;q=0.7,en;q=0.3″. You can check it with Live HTTP Headers Add-on for Firefox and read more about [...]
Recent comments