[openssl-commits] [web] master update

Richard Levitte levitte at openssl.org
Tue Mar 24 10:45:21 UTC 2015


The branch master has been updated
       via  ca73e95bc4ae7bbc28119ef1998425fd1b6ae0a0 (commit)
      from  b8162319b4520a144c65bfcd2eeafd35547b9849 (commit)


- Log -----------------------------------------------------------------
commit ca73e95bc4ae7bbc28119ef1998425fd1b6ae0a0
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Mar 24 11:45:14 2015 +0100

    Add a RewriteBase, or the physical directory will be prefixed

-----------------------------------------------------------------------

Summary of changes:
 source/.htaccess.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/.htaccess.in b/source/.htaccess.in
index ecdfd3a..ee5c94e 100644
--- a/source/.htaccess.in
+++ b/source/.htaccess.in
@@ -30,4 +30,5 @@ RewriteRule openssl-(fips.*)  old/fips/openssl-$1 [L]
     RemoveEncoding .gz
 </Files>
 
+RewriteBase /source
 RewriteRule ^latest\.tar\.gz$ %%LATEST%% [R=302,NC]


More information about the openssl-commits mailing list