[openssl-commits] [web] master update

Rich Salz rsalz at openssl.org
Wed Jul 27 13:00:00 UTC 2016


The branch master has been updated
       via  5581586d204a378eb38080bff9dffdd55f3f56c5 (commit)
      from  0a8349f479ea52acab7c73525838c7656fe57af2 (commit)


- Log -----------------------------------------------------------------
commit 5581586d204a378eb38080bff9dffdd55f3f56c5
Author: Rich Salz <rsalz at akamai.com>
Date:   Wed Jul 27 08:59:04 2016 -0400

    Add some redirects
    
    For (what used to be) auto-index directories, add Redirect rules to
    point them to something useful.  I am tired of wannabe "hacker one"
    people writing and asking for a reward.

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

Summary of changes:
 .htaccess | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.htaccess b/.htaccess
index f90f433..3d7dce2 100644
--- a/.htaccess
+++ b/.htaccess
@@ -10,6 +10,21 @@ Redirect permanent /support/faq.html /docs/faq.html
 Redirect permanent /licenses /policies/cla.html
 Redirect permanent /licenses/ /policies/cla.html
 
+# For those directories without index.html
+# Shut up the "give me a bounty" kiddies.
+Redirect permanent /docs/fips /docs/fips.html
+Redirect permanent /docs/fips/ /docs/fips.html
+Redirect permanent /news/secadv /news/vulnerabilities.html
+Redirect permanent /news/secadv/ /news/vulnerabilities.html
+Redirect permanent inc /index.html
+Redirect permanent inc/ /index.html
+Redirect permanent inc/libs /index.html
+Redirect permanent inc/libs/ /index.html
+Redirect permanent img /index.html
+Redirect permanent img/ /index.html
+Redirect permanent bin /index.html
+Redirect permanent bin/ /index.html
+
 <Files *.md5>
 ForceType application/binary
 </Files>


More information about the openssl-commits mailing list