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.*$" /