[openssl-commits] [web] master update

Richard Levitte levitte at openssl.org
Thu Sep 15 13:09:46 UTC 2016


The branch master has been updated
       via  69149e8db98a2c3c41954009da75f8789a56139f (commit)
      from  63c7d7cef9575202fb4afcf49c1b6234c5f29d40 (commit)


- Log -----------------------------------------------------------------
commit 69149e8db98a2c3c41954009da75f8789a56139f
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Sep 15 15:09:29 2016 +0200

    Redirect /snapshot to /source/snapshot

-----------------------------------------------------------------------

Summary of changes:
 .htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.htaccess b/.htaccess
index 05912c5..717f682 100644
--- a/.htaccess
+++ b/.htaccess
@@ -11,6 +11,7 @@ Redirect permanent /licenses /policies/cla.html
 Redirect permanent /licenses/ /policies/cla.html
 Redirect permanent  /.well-known/acme-challenge/MX5CvUJNvymcKf22SNORcfjGk4oGQyIWJiBc_johfYo http://dcv.akamai.com/.well-known/acme-challenge/MX5CvUJNvymcKf22SNORcfjGk4oGQyIWJiBc_johfYo
 
+Redirect permanent /snapshot /source/snapshot
 
 <Files *.md5>
 ForceType application/binary


More information about the openssl-commits mailing list