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:
parent
dcfdd1d453
commit
c7250137e8
@ -174,5 +174,8 @@ redirect 301 /api/quick-start/content/ http://developer.openstack.org/api-guide/
|
|||||||
# Redirect old releases content to new location
|
# Redirect old releases content to new location
|
||||||
redirectmatch 301 "^/releases.*$" http://releases.openstack.org$1
|
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
|
# Temporary redirect (307) until these guides are ready
|
||||||
redirectmatch 307 ^/mitaka/install-guide-debian/.*$ /mitaka/index.html
|
redirectmatch 307 ^/mitaka/install-guide-debian/.*$ /mitaka/index.html
|
||||||
|
Loading…
Reference in New Issue
Block a user