From 189b55a9a74a6e0e53af9133714541643526b947 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 7 Oct 2015 21:18:31 +0200 Subject: [PATCH] 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 --- www/static/.htaccess | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/www/static/.htaccess b/www/static/.htaccess index 013f3f8521..b2a4add4e4 100644 --- a/www/static/.htaccess +++ b/www/static/.htaccess @@ -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.*$" /