diff --git a/www/.htaccess b/www/.htaccess index afb99db8a..fa395f2cc 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -60,6 +60,8 @@ redirect 301 /api-ref-share-v2.html /api-ref/shared-file-system/index.html redirect 301 /api-ref-share-v1.html /api-ref/shared-file-system/index.html # Redirect Telemetry (ceilometer only) API redirect 301 /api-ref-telemetry-v2.html https://docs.openstack.org/ceilometer/latest/webapi/v2.html +# Redirect no-longer-existing Image API v1 docs to intro page +redirect 301 /api-ref/image/v1/ /api-ref/image/ # Redirect service-type aliases to service-type api-ref locations {% for alias, service_type in REVERSE.items() -%}