Revert "Rework redirections of old content"

This reverts commit c5f8f273eb
This commit is contained in:
Andreas Jaeger 2013-10-16 07:00:29 +00:00 committed by Gerrit Code Review
parent c5f8f273eb
commit c3e234f2f2

View File

@ -1,3 +1,6 @@
# Redirect for the original version of compute
redirect 301 /openstack-compute/ /trunk/openstack-compute/
# Redirect for the original version of storage
redirect 301 /openstack-object-storage/ /trunk/openstack-object-storage/
@ -25,11 +28,11 @@ redirect 301 /incubation/openstack-network/admin/content/ /trunk/openstack-netwo
redirect 301 /incubation/openstack-network/developer/quantum-api-1.0/content/ /api/openstack-network/1.0/content/
# Redirecting old install guide to apt (could be yum, analytics show more seek apt)
redirect 301 /trunk/openstack-compute/install/content /trunk/install-guide/install/apt/content
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 /trunk/install-guide/install/apt/content/
redirect 301 /trunk/basic-install/yum/content /trunk/install-guide/install/yum/content/
redirect 301 /trunk/basic-install/apt/content /trunk/install-guide/apt/content/
redirect 301 /trunk/basic-install/yum/content /trunk/install-guide/yum/content/
# Redirecting trunk admin guides to admin-guide-cloud
redirect 301 /trunk/openstack-block-storage/admin/content/ /admin-guide-cloud/content/
@ -61,9 +64,3 @@ redirect 301 /cli/ /
# Redirect old identity/api to api site
redirectmatch /identity/api/.*$ http://api.openstack.org/
# Redirect Training Guide to new location
redirect 301 /trunk/openstack-training/ trunk/training-guide/
# Redirect Configuration Reference to new location
redirect 301 /trunk/openstack-config/ trunk/config-reference/