From c7250137e8b119f723c07d29d5a8bb14c159d9cd Mon Sep 17 00:00:00 2001 From: Rebecca Finn Date: Thu, 14 Jul 2016 18:12:37 +0000 Subject: [PATCH] Redirect outdated glossary to up-to-date version An old glossary is still accessible and showing up in google searches. This redirects the old glossary to the current version. TrivialFix Closes-Bug: #1603171 Change-Id: Ia1cc22a25cb3d29c6441e561de6f210cdaeece86 --- www/static/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/static/.htaccess b/www/static/.htaccess index 8c99ef222d..dd34fc6c45 100644 --- a/www/static/.htaccess +++ b/www/static/.htaccess @@ -174,5 +174,8 @@ redirect 301 /api/quick-start/content/ http://developer.openstack.org/api-guide/ # Redirect old releases content to new location redirectmatch 301 "^/releases.*$" http://releases.openstack.org$1 +# Redirect outdated glossary to new location +redirectmatch 301 /glossary/content/glossary.html /user-guide/common/glossary.html + # Temporary redirect (307) until these guides are ready redirectmatch 307 ^/mitaka/install-guide-debian/.*$ /mitaka/index.html