Remove link to GitHub sponsors
[openssl-web.git] / .htaccess
index 05912c5f9b013e7f3500fb84adaae9ccc89ae868..744d9ed989d101bfaa3a999f330079d4d7c9e6d2 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -6,11 +6,16 @@ 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
 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
+Redirect permanent /policies/codingstyle.html /policies/technical/coding-style.html
+Redirect permanent /policies/secpolicy.html /policies/general/security-policy.html
+Redirect permanent /policies/travel.html /policies/general/travel-policy.html
+Redirect permanent /policies/platformpolicy.html /policies/general/platform-policy.html
+Redirect permanent /community/thanks.html /support/acks.html
 
 <Files *.md5>
 ForceType application/binary
@@ -20,6 +25,10 @@ ForceType application/binary
 ForceType application/binary
 </Files>
 
+<Files *.sha256>
+ForceType application/binary
+</Files>
+
 <Files *.asc>
 ForceType application/binary
 </Files>