diff --git a/www/static/.htaccess b/www/static/.htaccess index 42f7e94a09..92a581fdc6 100644 --- a/www/static/.htaccess +++ b/www/static/.htaccess @@ -440,6 +440,10 @@ redirect 301 /developer/nova/nova.concepts.html /developer/nova/ # Redirect API Quick Start after migration to RST redirect 301 /api/quick-start/content/ http://developer.openstack.org/api-guide/quick-start/ +redirect 301 /de/api/quick-start/content/ http://developer.openstack.org/de/api-guide/quick-start/ +redirect 301 /ja/api/quick-start/content/ http://developer.openstack.org/ja/api-guide/quick-start/ +redirect 301 /ko_KR/api/quick-start/content/ http://developer.openstack.org/ko_KR/api-guide/quick-start/ +redirect 301 /zh_CN/api/quick-start/content/ http://developer.openstack.org/zh_CN/api-guide/quick-start/ # Redirect old releases content to new location redirectmatch 301 "^/releases.*$" http://releases.openstack.org$1