[openssl-commits] [web] master update
Rich Salz
rsalz at openssl.org
Wed Aug 19 18:48:20 UTC 2015
The branch master has been updated
via 700c222a599884f5a0026d06f4c8d4bc21411a29 (commit)
from 2e398641f4438e1696c64ff787b2411d9fc9d781 (commit)
- Log -----------------------------------------------------------------
commit 700c222a599884f5a0026d06f4c8d4bc21411a29
Author: Rich Salz <rsalz at akamai.com>
Date: Wed Aug 19 14:48:17 2015 -0400
add a hack /1/ rewrite rule
-----------------------------------------------------------------------
Summary of changes:
docs/.htaccess | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/.htaccess b/docs/.htaccess
index 03e477b..6db9398 100644
--- a/docs/.htaccess
+++ b/docs/.htaccess
@@ -3,6 +3,8 @@ RewriteRule fips/fipsnotes.html /docs/fipsnotes.html [L,R=302,NC]
RewriteRule fips/fipsvalidation.html /docs/fipsvalidation.html [L,R=302,NC]
RewriteRule fips/index.html /docs/fips/fips.html [L,R=302,NC]
RewriteCond %{REQUEST_FILENAME} !-f
+RewriteRule manmaster/apps/1/(.*) /docs/manmaster/apps/$1 [L,R=302,NC]
+RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule apps/(.*) /docs/manmaster/apps/$1 [L,R=302,NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule crypto/(.*) /docs/manmaster/crypto/$1 [L,R=302,NC]
More information about the openssl-commits
mailing list