Skip to content

Instantly share code, notes, and snippets.

@uabaluua
Created July 8, 2016 12:26
Show Gist options
  • Save uabaluua/f7c7341acff5005c7d58338d3a0c80b1 to your computer and use it in GitHub Desktop.
Save uabaluua/f7c7341acff5005c7d58338d3a0c80b1 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteBase /
RewriteCond %{THE_REQUEST} ^([A-Z]{3,9})\ (.*)//([^\ ]*)
RewriteRule ^ %2/%3 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment