Skip to content

Redirect outdatedbrowser.com according to language #304

Description

@Baptistou

Hello,
I really like outdatedbrowser.com, but by default it is redirected to outdatedbrowser.com/en.
Could you redirect your website according to the HTTP header Accept-Language please ?
For now, I am using the following Apache conf, it would be nice if it was done in your side.
Thank you :)

SetEnvIf Accept-Language (.*) LANG=en
SetEnvIf Accept-Language fr-FR LANG=fr
# ...
RewriteRule (.*) http://outdatedbrowser.com/%{ENV:LANG} [R=302,L]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions