diff --git a/.htaccess-dist b/.htaccess-dist
index 3c9098251..404137168 100644
--- a/.htaccess-dist
+++ b/.htaccess-dist
@@ -6,6 +6,7 @@ AddType application/x-java-archive .jar
AddType audio/ogg .oga
#AddHandler php53-cgi .php
+# deny access to log files (friendica.log or php.out)
#Apache 2.4
@@ -17,6 +18,18 @@ AddType audio/ogg .oga
+# deny access to backup files
+
+
+ #Apache 2.4
+ Require all denied
+
+
+ #Apache 2.2
+ Deny from all
+
+
+
RewriteEngine on
# Protect repository directory from browsing