Remove link to GitHub sponsors
[openssl-web.git] / docs / .htaccess
1 RewriteEngine on
2 RewriteRule ^fips/fipsnotes.html /docs/fipsnotes.html [L,R=302,NC]
3 RewriteRule ^fips/fipsvalidation.html /docs/fipsvalidation.html [L,R=302,NC]
4 RewriteRule ^fips/index.html /docs/fips/fips.html [L,R=302,NC]
5 RewriteRule ^manmaster/apps/config.html /docs/manmaster/man5/config.html [L,R=302,NC]
6 RewriteRule ^manmaster/apps/x509v3_config.html /docs/manmaster/man5/x509v3_config.html [L,R=302,NC]
7 RewriteRule ^manmaster/crypto/bio.html /docs/manmaster/man7/bio.html [L,R=302,NC]
8 RewriteRule ^manmaster/crypto/crypto.html /docs/manmaster/man7/crypto.html [L,R=302,NC]
9 RewriteRule ^manmaster/crypto/x509.html /docs/manmaster/man7/x509.html [L,R=302,NC]
10 RewriteRule ^manmaster/crypto/ct.html /docs/manmaster/man7/ct.html [L,R=302,NC]
11 RewriteRule ^manmaster/crypto/des_modes.html /docs/manmaster/man7/des_modes.html [L,R=302,NC]
12 RewriteRule ^manmaster/crypto/evp.html /docs/manmaster/man7/evp.html [L,R=302,NC]
13 RewriteRule ^manmaster/ssl/ssl.html    /docs/manmaster/man7/ssl.html [L,R=302,NC]
14 RewriteCond %{REQUEST_FILENAME} !-f
15 RewriteRule ^manmaster/apps/1/(.*)  /docs/manmaster/apps/$1 [L,R=302,NC]
16 RewriteCond %{REQUEST_FILENAME} !-f
17 RewriteRule ^apps/(..*)  /docs/manmaster/man1/$1 [L,R=302,NC]
18 RewriteCond %{REQUEST_FILENAME} !-f
19 RewriteRule ^crypto/(..*)  /docs/manmaster/man3/$1 [L,R=302,NC]
20 RewriteCond %{REQUEST_FILENAME} !-f
21 RewriteRule ^ssl/(..*)  /docs/manmaster/man3/$1 [L,R=302,NC]