diff --git a/www/static/.htaccess b/www/static/.htaccess index 96759c558..74acb2876 100644 --- a/www/static/.htaccess +++ b/www/static/.htaccess @@ -3,5 +3,8 @@ redirect 301 /api-reference.html /api-ref.html redirect 301 /api-specs.html /api-ref-guides.html # Redirect Compute API reference v3 to v2.1 redirect 301 /api-ref-compute-v3.html /api-ref-compute-v2.1.html +# Redirect Compute API reference v2.0 to v2.1 +redirect 301 /api-ref-compute-v2.html /api-ref-compute-v2.1.html +redirect 301 /api-ref-compute-v2-ext.html /api-ref-compute-v2.1.html # Redirect plural databases file name to database redirect 301 /api-ref-databases-v1.html /api-ref-database-v1.html