From 8a5c7470104af34f838a889c429e27aa3143d40b Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 21 Jan 2014 00:19:53 -0800 Subject: move some store things --- .htaccess | 1 + 1 file changed, 1 insertion(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 2f4fb1381..52eb5d6c0 100644 --- a/.htaccess +++ b/.htaccess @@ -11,6 +11,7 @@ Deny from all RewriteEngine on # Protect repository directory from browsing RewriteRule "(^|/)\.git" - [F] + RewriteRule "(^|/)store" - [F] # Rewrite current-style URLs of the form 'index.php?q=x'. -- cgit v1.2.3 From 2c451d5c288d976b886338df4692249125dc8172 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 5 Feb 2014 20:53:01 -0800 Subject: a couple more --- .htaccess | 1 + 1 file changed, 1 insertion(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 52eb5d6c0..7f752018c 100644 --- a/.htaccess +++ b/.htaccess @@ -1,6 +1,7 @@ Options -Indexes AddType application/x-java-archive .jar AddType audio/ogg .oga +#SSLCipherSuite ECDHE-RSA-AES128-SHA256:AES128-GCM-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH # don't allow any web access to logfiles, even after rotation/compression -- cgit v1.2.3