Update htaccess to redirect all old tune URLs to the new places.
This commit is contained in:
parent
a13c43ea8d
commit
08ca45a1cc
|
@ -0,0 +1,2 @@
|
|||
RedirectMatch permanent "/Library(.*)/([A-Z].*)\.html$" "/tunes$1/$2/index.html"
|
||||
RedirectMatch permanent "/Library(.*)/learner-([A-Z].*)\.html$" "/tunes$1/$2/learner.html"
|
|
@ -0,0 +1,2 @@
|
|||
RedirectMatch permanent "/Morris(.*)/([A-Z].*)\.html$" "/tunes$1/$2/index.html"
|
||||
RedirectMatch permanent "/Morris(.*)/learner-([A-Z].*)\.html$" "/tunes$1/$2/learner.html"
|
|
@ -1 +1,3 @@
|
|||
RedirectMatch permanent "(.*)/MazurkaAvignon\.html$" "tunes/MazurkaAuvergne/index.html"
|
||||
RedirectMatch permanent "/Session(.*)/MazurkaAvignon\.html$" "/tunes$1/MazurkaAuvergne/index.html"
|
||||
RedirectMatch permanent "/Session(.*)/([A-Z].*)\.html$" "/tunes$1/$2/index.html"
|
||||
RedirectMatch permanent "/Session(.*)/learner-([A-Z].*)\.html$" "/tunes$1/$2/learner.html"
|
||||
|
|
Loading…
Reference in New Issue