Skip to content

Instantly share code, notes, and snippets.

@thomaspuppe
Created November 6, 2012 11:25
Show Gist options
  • Save thomaspuppe/4024140 to your computer and use it in GitHub Desktop.
Save thomaspuppe/4024140 to your computer and use it in GitHub Desktop.
.htaccess Redirect for folders, preserving subfolders
### Redirect for folders, preserving subfolders
RedirectMatch 301 ^/en/orchester/mitglieder/musiker/(.*) /en/orchestra/musician/$1
RedirectMatch 301 ^/orchester/mitglieder/musiker/(.*) /orchester/musiker/$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment