Merge "Redirect outdated glossary to up-to-date version"

This commit is contained in:
Jenkins 2016-07-15 05:06:35 +00:00 committed by Gerrit Code Review
commit 5e85ab7e24
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