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