From 186c07300581a96243d97066bdd4898196aa3cb8 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 26 Jun 2015 10:20:01 +0200 Subject: [PATCH] Redirect HOT Guide to heat documentation The HOT Guide is now part of the heat documentation, redirect links. Most pages are moved over one by one with the exception of hot.html. Change-Id: I53e6864ed1321dde617b994c4d594003b51aa0d5 --- www/static/.htaccess | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/static/.htaccess b/www/static/.htaccess index a6a21297d4..7235d9fd21 100644 --- a/www/static/.htaccess +++ b/www/static/.htaccess @@ -149,5 +149,9 @@ redirect 301 /user-guide-admin/content/nova_cli_migrate_single.html /user-guide- redirectmatch 301 "^/user-guide/content/.*$" /user-guide/index.html redirectmatch 301 "^/user-guide-admin/content/.*" /user-guide-admin/index.html +# Hot-guide has moved to heat repo +redirect 301 /user-guide/hot-guide/hot.html /developer/heat/template_guide/hot_guide.html +redirect 301 /user-guide/hot-guide/ /developer/heat/template_guide/ + # All these files should be a direct match, file name for file name. -redirectmatch 301 /hot-guide/content/.* /user-guide/hot-guide/$1 +redirect 301 /hot-guide/content/ /developer/heat/template_guide/