Merge "[www] update .htaccess to redirect to Newton docs"

This commit is contained in:
Jenkins 2016-10-06 10:40:29 +00:00 committed by Gerrit Code Review
commit c0680e9284

View File

@ -20,7 +20,7 @@ redirect 301 /api/openstack-compute/1.1/ /api/openstack-compute/2/
redirect 301 /trunk/openstack-compute/admin/content/adding-images.html /cli-reference/content/chapter_cli-glance-property.html
# Redirect config reference precisely
redirect 301 /trunk/openstack-compute/admin/content/compute-options-reference.html /mitaka/config-reference/compute/nova-conf.html
redirect 301 /trunk/openstack-compute/admin/content/compute-options-reference.html /newton/config-reference/compute/nova-conf.html
redirect 301 /trunk/openstack-compute/starter/ /trunk/
@ -32,8 +32,8 @@ redirect 301 /incubation/openstack-network/developer/quantum-api-1.0/content/ /a
redirect 301 /trunk/openstack-compute/install/content /trunk/openstack-compute/install/yum/content
# Redirecting trunk basic install to install guide
redirect 301 /trunk/basic-install/apt/content /mitaka/install-guide-ubuntu/
redirect 301 /trunk/basic-install/yum/content /mitaka/install-guide-rdo/
redirect 301 /trunk/basic-install/apt/content /newton/install-guide-ubuntu/
redirect 301 /trunk/basic-install/yum/content /newton/install-guide-rdo/
# Redirecting trunk admin guides to admin-guide
redirect 301 /trunk/openstack-block-storage/admin/content/ /admin-guide/
@ -109,8 +109,8 @@ redirect 301 /api/openstack-image-service/2.0/content/appendix-b-http-patch-medi
# Redirect /trunk/index.html to /index.html
redirect 301 /trunk/index.html /index.html
# Redirect trunk/config-reference to mitaka/config-reference
redirectmatch 301 /trunk/config-reference/content/(.*) /mitaka/config-reference/index.html
# Redirect trunk/config-reference to newton/config-reference
redirectmatch 301 /trunk/config-reference/content/(.*) /newton/config-reference/index.html
# Redirect trove install guide
redirectmatch 301 "^/juno/install-guide/install/.*/ch_trove.html$" /
@ -433,7 +433,7 @@ redirect 301 /hot-guide/content/ /developer/heat/template_guide/
redirect 301 /hot-reference/content/ /developer/heat/template_guide/
# Redirect networking-guide since it is now versioned
redirect 301 /networking-guide/ /mitaka/networking-guide/
redirect 301 /networking-guide/ /newton/networking-guide/
# Redirect nova/devref/
redirectmatch 301 ^/developer/nova/devref/(.+)$ /developer/nova/$1