Update htaccess to redirect all old tune URLs to the new places.

This commit is contained in:
Jim Hague 2019-08-06 08:47:45 +01:00
parent a13c43ea8d
commit 08ca45a1cc
3 changed files with 7 additions and 1 deletions

2
Library/htaccess Normal file
View File

@ -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"

2
Morris/htaccess Normal file
View File

@ -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"

View File

@ -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"