Remove old .htaccess file

Remove second .htaccess, we have all information in central .htaccess
file. These specific entries are for renames of projects that have been
done several years ago, let's drop them now.

Change-Id: I50f3822196483c7f76e35295bd2e3846d0e081ba
This commit is contained in:
Andreas Jaeger 2016-10-13 17:19:37 +02:00
parent ec5e01db50
commit b2c3739de8

View File

@ -1,12 +0,0 @@
# Redirect for the rename of quantum to neutron
redirect 301 /developer/quantum/ /developer/neutron/
# Redirect for the rename of python-quantumclient to python-neutronclient
redirect 301 /developer/python-quantumclient/ /developer/python-neutronclient/
# Redirect to api.openstack.org for nova's old api_ext doc
redirect 301 /developer/nova/api_ext/ http://api.openstack.org/api-ref.html
# Redirect for the rename of savanna to sahara
redirect 301 /developer/savanna/ /developer/sahara/
redirect 301 /developer/python-savannaclient/ /developer/python-saharaclient/