From 34b47dbf0349fe905c6ccb7d0434b928fc8ab713 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 19 Jan 2016 14:36:16 -0500 Subject: [PATCH] add redirect for /releases to the new location The content under docs.o.o/releases is moving to releases.o.o instead, so set up a redirect. Depends-On: I547f1c3731e86353c3338035c65e5b887d9deee5 (changing the publishing instructions) Depends-On: I41221d84e6c985bcc55f9b2a6f15210d2410bc84 (establishing the new vhost) Change-Id: I8435bb6ea7250cf41c803278784d3ccedf487834 --- www/static/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/static/.htaccess b/www/static/.htaccess index a001f11d7b..4d095ff73d 100644 --- a/www/static/.htaccess +++ b/www/static/.htaccess @@ -183,5 +183,8 @@ 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 old releases content to new location +redirectmatch 301 "^/releases.*$" http://releases.openstack.org$1 + # Temporary redirect (307) until these guides are ready redirectmatch 307 ^/liberty/install-guide-debian/.*$ /liberty/index.html