[openssl-commits] [web] master update

Richard Levitte levitte at openssl.org
Wed Sep 19 00:41:40 UTC 2018


The branch master has been updated
       via  8a1b9339b244cf9bf76bb1bed0eb6e6cd45b3871 (commit)
      from  53cc720aa09a60463d62d184ab6e23baccef5e71 (commit)


- Log -----------------------------------------------------------------
commit 8a1b9339b244cf9bf76bb1bed0eb6e6cd45b3871
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Sep 19 02:25:26 2018 +0200

    Add a openssl.com specific .htaccess
    
    This allows us to redirect whatever openssl.com URLs we want freely.
    The setup in the openssl.com site configuration will include this line:
    
        AccessFileName .htaccess.openssl.com .htaccess
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/80)

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

Summary of changes:
 .htaccess.openssl.com | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 .htaccess.openssl.com

diff --git a/.htaccess.openssl.com b/.htaccess.openssl.com
new file mode 100644
index 0000000..90b3e57
--- /dev/null
+++ b/.htaccess.openssl.com
@@ -0,0 +1,4 @@
+# -*- Apache -*-
+Redirect permanent / https://www.openssl.org/community/contacts.html
+Redirect permanent /verifycd.html https://www.openssl.org/docs/fips/verifycd.html
+RedirectMatch permanent "^(.*)$" "https://www.openssl.org$1"


More information about the openssl-commits mailing list