From db272d0d13db1a8218aeab0c21b0875670a26237 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 23 Sep 2013 18:52:48 +0200 Subject: [PATCH] Redirect all files from old install guides This is a test whether redirectmatch does the right thing. Let's get this in, test - and then cleanup based on the outcome. Change-Id: I7bd96e984a81e94bebe3a246dc43d59ec932d0c8 --- www/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/.htaccess b/www/.htaccess index 76302f5c17..ca0677bd6f 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -55,6 +55,9 @@ redirect 301 /trunk/cli/quick-start/content/install_openstack_nova_cli.html /use redirect 301 /trunk/cli/quick-start/content/install_openstack_quantum_cli.html /user-guide/content/ redirect 301 /trunk/cli/quick-start/content/install_openstack_swift_cli.html /user-guide/content/ +# For testing - redirect other pages of CLI Guide +redirectmatch 301 /trunk/cli/quick-start/content/.*$ /user-guide/content/ + # Redirect docs.openstack.org index.html subpage pointers to main page redirect 301 /install/ / redirect 301 /basic-install/ /