`_.
+`_.
diff --git a/www/.htaccess b/www/.htaccess
index 68b89bb3d0..1229b732fb 100644
--- a/www/.htaccess
+++ b/www/.htaccess
@@ -68,6 +68,10 @@ redirectmatch 301 "^/project-deploy-guide/openstack-ansible/$" /project-deploy-g
redirectmatch 301 "^/project-deploy-guide/newton/" /newton/deploy/
redirectmatch 301 "^/project-deploy-guide/ocata/" /ocata/deploy/
+# Redirect old install guide list pages to their new home
+redirectmatch 301 "^/project-install-guide/newton/" /newton/install/
+redirectmatch 301 "^/project-install-guide/ocata/(.*)$" /ocata/install/$1
+
# Redirecting infra docs links to new developer location
redirectmatch 301 "^/infra/shade(.*)$" /developer/shade$1
diff --git a/www/project-install-guide/newton/index.html b/www/newton/install/index.html
similarity index 100%
rename from www/project-install-guide/newton/index.html
rename to www/newton/install/index.html
diff --git a/www/ocata/index.html b/www/ocata/index.html
index 0af7201c39..c63bc6df0a 100644
--- a/www/ocata/index.html
+++ b/www/ocata/index.html
@@ -62,7 +62,7 @@
Deployment Guides
diff --git a/www/project-install-guide/ocata/index.html b/www/ocata/install/index.html
similarity index 100%
rename from www/project-install-guide/ocata/index.html
rename to www/ocata/install/index.html
diff --git a/www/project-install-guide/ocata/obs-services.html b/www/ocata/install/obs-services.html
similarity index 100%
rename from www/project-install-guide/ocata/obs-services.html
rename to www/ocata/install/obs-services.html
diff --git a/www/project-install-guide/ocata/rdo-services.html b/www/ocata/install/rdo-services.html
similarity index 100%
rename from www/project-install-guide/ocata/rdo-services.html
rename to www/ocata/install/rdo-services.html
diff --git a/www/project-install-guide/ocata/ubuntu-services.html b/www/ocata/install/ubuntu-services.html
similarity index 100%
rename from www/project-install-guide/ocata/ubuntu-services.html
rename to www/ocata/install/ubuntu-services.html