Skip to content

Instantly share code, notes, and snippets.

@putzflorian
Created April 9, 2013 10:58
Show Gist options
  • Select an option

  • Save putzflorian/5344823 to your computer and use it in GitHub Desktop.

Select an option

Save putzflorian/5344823 to your computer and use it in GitHub Desktop.
Detect Language in Apache Config
RewriteCond %{HTTP:Accept-Language} ^en.*$ [NC]
RewriteCond %{REQUEST_URI} ^/$ [NC]
RewriteCond %{QUERY_STRING} !(^q\=) [NC]
RewriteRule ^(.*)$ /en [L,R=302]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment