diff --git a/playbooks/roles/static/files/50-governance.openstack.org.conf b/playbooks/roles/static/files/50-governance.openstack.org.conf
index 7c76f8b1b7..8fcfaa9757 100644
--- a/playbooks/roles/static/files/50-governance.openstack.org.conf
+++ b/playbooks/roles/static/files/50-governance.openstack.org.conf
@@ -30,7 +30,6 @@ Define AFS_ROOT /afs/openstack.org/project/governance.openstack.org
Alias "/ideas/" "${AFS_ROOT}/ideas/"
Alias "/sigs/" "${AFS_ROOT}/sigs/"
Alias "/tc/" "${AFS_ROOT}/tc/"
- Alias "/uc/" "${AFS_ROOT}/uc/"
# keep last
Alias "/" "${AFS_ROOT}/governance/"
@@ -40,6 +39,9 @@ Define AFS_ROOT /afs/openstack.org/project/governance.openstack.org
Redirect "/reference/" "/tc/reference/"
Redirect "/resolutions/" "/tc/resolutions/"
+ # Redirect all old pages under /uc/ to the TC index page
+ RedirectMatch "^/uc/.*$" "/tc/index.html"
+
Options Indexes FollowSymLinks MultiViews
AllowOverrideList Redirect RedirectMatch
@@ -75,13 +77,6 @@ Define AFS_ROOT /afs/openstack.org/project/governance.openstack.org
Require all granted
-
- Options Indexes FollowSymLinks MultiViews
- AllowOverrideList Redirect RedirectMatch
- Satisfy Any
- Require all granted
-
-
Options Indexes FollowSymLinks MultiViews
AllowOverride None