From 8fa5106fbbdebe56eab4784a5c14bce8f8676d6d Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 3 Dec 2015 14:19:50 -0500 Subject: [PATCH] redirect /license to policies/cla --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index 803ad34..74aa4f3 100644 --- a/.htaccess +++ b/.htaccess @@ -6,6 +6,8 @@ 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 +Redirect permanent /licenses /policies/cla.html +Redirect permanent /licenses/ /policies/cla.html ForceType application/binary -- 2.34.1