[openssl-commits] [web] master update

Richard Levitte levitte at openssl.org
Mon Oct 26 18:47:12 UTC 2015


The branch master has been updated
       via  b18bb5d816a762968429b29d6787728aa4afb6f1 (commit)
      from  ce4c485f1b7a545781f757ba2a810ed1d865ad2b (commit)


- Log -----------------------------------------------------------------
commit b18bb5d816a762968429b29d6787728aa4afb6f1
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon Oct 26 19:46:56 2015 +0100

    Redirect the old releasestrat.html location

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

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

diff --git a/.htaccess b/.htaccess
index cf39f01..803ad34 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,6 +2,7 @@ RedirectMatch 404 .*/\.git/.*
 
 Options +ExecCGI +FollowSymLinks
 
+Redirect permanent /about/releasestrat.html /policies/releasestrat.html
 Redirect permanent /licenses/openssl_ccla.pdf /policies/openssl_ccla.pdf
 Redirect permanent /licenses/openssl_icla.pdf /policies/openssl_icla.pdf
 Redirect permanent /support/faq.html /docs/faq.html


More information about the openssl-commits mailing list