[openssl-commits] [web] master update
Richard Levitte
levitte at openssl.org
Thu Mar 29 12:17:05 UTC 2018
The branch master has been updated
via eeb7c341f09ec323bcaaafeee1c56c977565b116 (commit)
from 4ac275863a6dc09118532264420face062534d74 (commit)
- Log -----------------------------------------------------------------
commit eeb7c341f09ec323bcaaafeee1c56c977565b116
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Mar 29 14:15:27 2018 +0200
source/: translate /source/openssl-x.y.z*.tar.gz -> /source/old/x.y.z/...
Some people try to access older archive through their original
position. Help them along.
-----------------------------------------------------------------------
Summary of changes:
source/.htaccess | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 source/.htaccess
diff --git a/source/.htaccess b/source/.htaccess
new file mode 100644
index 0000000..97cefb5
--- /dev/null
+++ b/source/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine on
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteRule ^(openssl-(\d+\.\d+\.\d+).*\.tar\.gz) old/$2/$1 [L,R=301,NC]
More information about the openssl-commits
mailing list