From: Rich Salz Date: Thu, 3 Dec 2015 19:19:50 +0000 (-0500) Subject: redirect /license to policies/cla X-Git-Url: https://git.openssl.org/?p=openssl-web.git;a=commitdiff_plain;h=8fa5106fbbdebe56eab4784a5c14bce8f8676d6d redirect /license to policies/cla --- 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