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
This commit is contained in:
Rebecca Finn 2016-07-14 18:12:37 +00:00
parent dcfdd1d453
commit c7250137e8
1 changed files with 3 additions and 0 deletions

View File

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