From d26263e303b10e30a2c1794c19544664ae2bd820 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 7 Mar 2018 07:46:21 +0100 Subject: [PATCH] Fix broken .htaccess This lead to an internal server error, hope that's the only needed change. Change-Id: Ic4331767a31a7021f8ef592ed3dc1f3fc26056aa --- doc/source/_extra/.htaccess | 2 +- doc/test/redirect-tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/_extra/.htaccess b/doc/source/_extra/.htaccess index 87c78768..c277bb51 100644 --- a/doc/source/_extra/.htaccess +++ b/doc/source/_extra/.htaccess @@ -4,7 +4,7 @@ Redirect 301 /specs/queens/approved/glance/deprecate-registry.html /specs/queens Redirect 301 /specs/queens/approved/glance/inject-automatic-metadata.html /specs/queens/implemented/glance/inject-automatic-metadata.html Redirect 301 /specs/queens/approved/glance/lite-spec-scrubber-refactor.html /specs/queens/implemented/glance/lite-spec-scrubber-refactor.html Redirect 301 /specs/queens/approved/python-glanceclient/deprecate-v1-support.rst /specs/rocky/approved/python-glanceclient/deprecate-v1-support.rst -Redirect 301 /specs/queens/approved/glance/multihash.html specs/rocky/approved/glance/multihash.html +Redirect 301 /specs/queens/approved/glance/multihash.html /specs/rocky/approved/glance/multihash.html Redirect 301 /specs/queens/approved/glance/remove-registry-v1.html /specs/rocky/approved/glance/remove-registry-v1.html Redirect 301 /specs/queens/approved/glance/remove-v1.html /specs/rocky/approved/glance/remove-v1.html Redirect 301 /specs/mitaka/approved/image-import/image-import-refactor.html /specs/rocky/approved/glance/image-import/image-import-refactor.html diff --git a/doc/test/redirect-tests.txt b/doc/test/redirect-tests.txt index 297e0c81..bbe1f03a 100644 --- a/doc/test/redirect-tests.txt +++ b/doc/test/redirect-tests.txt @@ -5,7 +5,7 @@ /specs/queens/approved/glance/inject-automatic-metadata.html 301 /specs/queens/implemented/glance/inject-automatic-metadata.html /specs/queens/approved/glance/lite-spec-scrubber-refactor.html 301 /specs/queens/implemented/glance/lite-spec-scrubber-refactor.html /specs/queens/approved/python-glanceclient/deprecate-v1-support.rst 301 /specs/rocky/approved/python-glanceclient/deprecate-v1-support.rst -/specs/queens/approved/glance/multihash.html 301 specs/rocky/approved/glance/multihash.html +/specs/queens/approved/glance/multihash.html 301 /specs/rocky/approved/glance/multihash.html /specs/queens/approved/glance/remove-registry-v1.html 301 /specs/rocky/approved/glance/remove-registry-v1.html /specs/queens/approved/glance/remove-v1.html 301 /specs/rocky/approved/glance/remove-v1.html /specs/mitaka/approved/image-import/image-import-refactor.html 301 /specs/rocky/approved/glance/image-import/image-import-refactor.html