[openssl-commits] [web] master update
Richard Levitte
levitte at openssl.org
Mon Mar 23 20:38:38 UTC 2015
The branch master has been updated
via b8162319b4520a144c65bfcd2eeafd35547b9849 (commit)
from e390df779af965c340d0b7940a6c361a27177e18 (commit)
- Log -----------------------------------------------------------------
commit b8162319b4520a144c65bfcd2eeafd35547b9849
Author: Richard Levitte <levitte at openssl.org>
Date: Mon Mar 23 21:38:13 2015 +0100
Do not have a starting slash, since we've not top of tree
-----------------------------------------------------------------------
Summary of changes:
source/.htaccess.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/.htaccess.in b/source/.htaccess.in
index 7ee68ac..ecdfd3a 100644
--- a/source/.htaccess.in
+++ b/source/.htaccess.in
@@ -30,4 +30,4 @@ RewriteRule openssl-(fips.*) old/fips/openssl-$1 [L]
RemoveEncoding .gz
</Files>
-RewriteRule ^/latest.tar.gz$ /%%LATEST%% [R=302,NC]
+RewriteRule ^latest\.tar\.gz$ %%LATEST%% [R=302,NC]
More information about the openssl-commits
mailing list