Readd icehouse to docs.o.o

Our theme includes in the dropdown a link to icehouse, therefore we
should first update the theme to not include icehouse before redirecting
from it.

This partially reverts I4e0d48519b29f9dae83f477b199acab96a5a68cc.

Change-Id: Ibaaf598f0908396d07979d056924e390cadad779
This commit is contained in:
Andreas Jaeger 2015-10-07 21:18:31 +02:00
parent 3f6dce270b
commit 189b55a9a7
1 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,6 @@ redirectmatch 301 /essex/.*$ /index.html
redirectmatch 301 /folsom/.*$ /index.html
redirectmatch 301 /grizzly/.*$ /index.html
redirectmatch 301 /havana/.*$ /index.html
redirectmatch 301 /icehouse/.*$ /index.html
# Redirect for the original version of compute
redirect 301 /openstack-compute/ /
@ -117,6 +116,13 @@ redirect 301 /trunk/index.html /index.html
# Redirect trunk/config-reference to kilo/config-reference
redirectmatch 301 /trunk/config-reference/content/(.*) /kilo/config-reference/content/$1
# Redirect apt-debian install guide for Icehouse
redirectmatch 301 /icehouse/install-guide/install/apt-debian/.*$ /
# Redirect trove install guide for Icehouse
redirectmatch 301 "^/icehouse/install-guide/install/.*/ch_trove.html$" /
redirectmatch 301 "^/icehouse/install-guide/install/.*/trove.*$" /
# Redirect trove install guide
redirectmatch 301 "^/juno/install-guide/install/.*/ch_trove.html$" /
redirectmatch 301 "^/juno/install-guide/install/.*/trove.*$" /