bin/mk-notes: correct the anchor links to the CVE descriptions
[openssl-web.git] / .htaccess
1 RedirectMatch 404 .*/\.git/.*
2 ErrorDocument 404 /err404.html
3
4 Options +ExecCGI +FollowSymLinks
5
6 Redirect permanent /about/releasestrat.html /policies/releasestrat.html
7 Redirect permanent /licenses/openssl_ccla.pdf /policies/openssl_ccla.pdf
8 Redirect permanent /licenses/openssl_icla.pdf /policies/openssl_icla.pdf
9 Redirect permanent /support/faq.html /docs/faq.html
10 Redirect permanent /licenses /policies/cla.html
11 Redirect permanent /licenses/ /policies/cla.html
12 Redirect permanent  /.well-known/acme-challenge/MX5CvUJNvymcKf22SNORcfjGk4oGQyIWJiBc_johfYo http://dcv.akamai.com/.well-known/acme-challenge/MX5CvUJNvymcKf22SNORcfjGk4oGQyIWJiBc_johfYo
13
14 Redirect permanent /snapshot /source/snapshot
15
16 <Files *.md5>
17 ForceType application/binary
18 </Files>
19
20 <Files *.sha1>
21 ForceType application/binary
22 </Files>
23
24 <Files *.sha256>
25 ForceType application/binary
26 </Files>
27
28 <Files *.asc>
29 ForceType application/binary
30 </Files>
31
32 <Files favicon.ico>
33 ForceType image/vnd.microsoft.icon
34 </Files>