diff --git a/www/static/.htaccess b/www/static/.htaccess index f5a77818e5..000aaa29f5 100644 --- a/www/static/.htaccess +++ b/www/static/.htaccess @@ -6,8 +6,11 @@ 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 -redirectmatch 301 /juno/.*$ /index.html + +# We still have the config-reference available +redirectmatch 301 /icehouse/(?!config-reference)/.*$ /index.html +redirectmatch 301 /juno/(?!config-reference)/.*$ /index.html +redirectmatch 301 /kilo/(?!config-reference)/.*$ /index.html # Redirect for the original version of compute redirectmatch 301 /openstack-compute/.*$ /index.html