Skip to content

Instantly share code, notes, and snippets.

@yoavmatchulsky
Created October 4, 2015 11:53
Show Gist options
  • Save yoavmatchulsky/a8d91044048414175f25 to your computer and use it in GitHub Desktop.
Save yoavmatchulsky/a8d91044048414175f25 to your computer and use it in GitHub Desktop.
RewriteCond %{QUERY_STRING} ^lang=(\w{2})/(.*)$
RewriteRule .* http://%1.example.com/%2 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment