Skip to content

Instantly share code, notes, and snippets.

@YhorbyMatias
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YhorbyMatias/d8ec296ae3fc3d89856d to your computer and use it in GitHub Desktop.
Save YhorbyMatias/d8ec296ae3fc3d89856d to your computer and use it in GitHub Desktop.
# ON REDIRECT BY LANGUAGE
RewriteEngine on
RewriteCond %{HTTP:Accept-Language} (en) [NC]
RewriteRule .* http://en.example.com/ [R,L]
# OFF REDIRECT BY LANGUAGE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment