docs.o.o redirections

Remove now obsolete redirections since redirectmatch works

Redirect  http://docs.openstack.org/identity/api/* to
http://api.openstack.org/

Change-Id: Idf7f0685ca7696304a07dc5d18a64e125edb5624
Closes-Bug: #1221287
This commit is contained in:
Andreas Jaeger 2013-09-30 20:15:31 +02:00
parent ff20a50aa2
commit f985ac4d22

@ -48,17 +48,10 @@ redirect 301 /trunk/openstack-ha/content/ /high-availability-guide/content/
# Redirecting security guide to new location
redirect 301 /trunk/openstack-security/content/ /security-guide/content/
# Redirecting old install files in the CLI Guide to new End User Guide
redirect 301 /trunk/cli/quick-start/content/install_openstack_glance_cli.html /user-guide/content/
redirect 301 /trunk/cli/quick-start/content/install_openstack_keystone_cli.html /user-guide/content/
redirect 301 /trunk/cli/quick-start/content/install_openstack_nova_cli.html /user-guide/content/
redirect 301 /trunk/cli/quick-start/content/install_openstack_quantum_cli.html /user-guide/content/
redirect 301 /trunk/cli/quick-start/content/install_openstack_swift_cli.html /user-guide/content/
# Redirecting API Programming with Compute API to API Quick Start
redirectmatch 301 /api/openstack-compute/programmer/content/.*$ /api/quick-start/content/
# For testing - redirect other pages of CLI Guide
# Redirect CLI Guide to new End User Guide
redirectmatch 301 /trunk/cli/quick-start/content/.*$ /user-guide/content/
# Redirect docs.openstack.org index.html subpage pointers to main page
@ -68,3 +61,6 @@ redirect 301 /run/ /
redirect 301 /api/index.html /
redirect 301 /developer/index.html /developer/openstack-projects.html
redirect 301 /cli/ /
# Redirect old identity/api to api site
redirectmatch /identity/api/.*$ http://api.openstack.org/