From b2c3739de822b077a8b9fb024add4f1785e39ef9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 13 Oct 2016 17:19:37 +0200 Subject: [PATCH] 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 --- www/developer/.htaccess | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 www/developer/.htaccess diff --git a/www/developer/.htaccess b/www/developer/.htaccess deleted file mode 100644 index 1d2b5c6fd7..0000000000 --- a/www/developer/.htaccess +++ /dev/null @@ -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/