Remove link to GitHub sponsors
[openssl-web.git] / .htaccess
index ac417ddada499753901fa577a31f627f493446f1..744d9ed989d101bfaa3a999f330079d4d7c9e6d2 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,9 +1,22 @@
 RedirectMatch 404 .*/\.git/.*
-
-RewriteEngine on
+ErrorDocument 404 /err404.html
 
 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 /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
 </Files>
@@ -12,6 +25,10 @@ ForceType application/binary
 ForceType application/binary
 </Files>
 
+<Files *.sha256>
+ForceType application/binary
+</Files>
+
 <Files *.asc>
 ForceType application/binary
 </Files>