Skip to content

Commit af57094

Browse files
committed
Add redirects - addresses #455
1 parent 7e6050a commit af57094

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

config/missing-page-redirector.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,14 @@
472472
# feeds
473473
'/news/feed/' => '/feeds/news/',
474474
# podcasts
475-
'/conversations/podcasts/episode' => '/conversations/podcasts/'
475+
'/conversations/podcasts/episode' => '/conversations/podcasts/',
476+
# Department changes July 2022
477+
'/about-us/departments/antiquities' => '/about-us/departments/collections-and-research',
478+
'/about-us/departments/applied-arts' => '/about-us/departments/collections-and-research',
479+
'/about-us/departments/coins-and-medals' => '/about-us/departments/collections-and-research',
480+
'/about-us/departments/manuscripts-and-printed-books' => '/about-us/departments/collections-and-research',
481+
'/about-us/departments/paintings-drawings-and-prints' => '/about-us/departments/collections-and-research',
482+
'/about-us/departments/research' => '/about-us/departments/collections-and-research',
476483
],
477484

478485
];

0 commit comments

Comments
 (0)