diff --git a/www/static/.htaccess b/www/static/.htaccess index 04093fa4c3..c77fe2d6c9 100644 --- a/www/static/.htaccess +++ b/www/static/.htaccess @@ -534,3 +534,6 @@ redirect 301 /contributor-guide/ui-text-guidelines /contributor-guide/ux-ui-guid # Redirect any deploy guide project directory back to the current stable index redirectmatch 301 "^/project-deploy-guide/$" /project-deploy-guide/ocata/ redirectmatch 301 "^/project-deploy-guide/openstack-ansible/$" /project-deploy-guide/openstack-ansible/ocata/ + +# Redirecting infra docs links to new developer location +redirectmatch 301 "^/infra/shade(.*)$" /developer/shade$1