Repository: polygene-website Updated Branches: refs/heads/asf-site adcd6fc8e -> a316a0ce6
Validates it works once the temporary redirect is removed:x Project: http://git-wip-us.apache.org/repos/asf/polygene-website/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-website/commit/a316a0ce Tree: http://git-wip-us.apache.org/repos/asf/polygene-website/tree/a316a0ce Diff: http://git-wip-us.apache.org/repos/asf/polygene-website/diff/a316a0ce Branch: refs/heads/asf-site Commit: a316a0ce613a8bc4e3688bb325e81f34716ed54f Parents: adcd6fc Author: Paul Merlin <[email protected]> Authored: Mon Apr 10 18:35:50 2017 +0200 Committer: Paul Merlin <[email protected]> Committed: Mon Apr 10 18:35:50 2017 +0200 ---------------------------------------------------------------------- content/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-website/blob/a316a0ce/content/.htaccess ---------------------------------------------------------------------- diff --git a/content/.htaccess b/content/.htaccess index 97a32c1..1478f68 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -9,5 +9,5 @@ Redirect 301 /2.1/ /java/2.1/ Redirect 301 /latest/ /java/latest/ Redirect 301 /develop/ /java/develop/ -Redirect 307 /java/latest/ /java/develop/ +#Redirect 307 /java/latest/ /java/develop/
