forked from openssl/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.htaccess
36 lines (28 loc) · 1.12 KB
/
.htaccess
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
RedirectMatch 404 .*/\.git/.*
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 /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
<Files *.md5>
ForceType application/binary
</Files>
<Files *.sha1>
ForceType application/binary
</Files>
<Files *.sha256>
ForceType application/binary
</Files>
<Files *.asc>
ForceType application/binary
</Files>
<Files favicon.ico>
ForceType image/vnd.microsoft.icon
</Files>