diff --git a/install/includes/.htaccess b/install/includes/.htaccess
index 3418e55a..d3e2afce 100644
--- a/install/includes/.htaccess
+++ b/install/includes/.htaccess
@@ -1 +1,11 @@
-deny from all
\ No newline at end of file
+
+ Options -Indexes
+
+
+
+ order allow,deny
+ deny from all
+
+= 2.4>
+ Require all denied
+
diff --git a/plugins/.htaccess b/plugins/.htaccess
index 3418e55a..d3e2afce 100644
--- a/plugins/.htaccess
+++ b/plugins/.htaccess
@@ -1 +1,11 @@
-deny from all
\ No newline at end of file
+
+ Options -Indexes
+
+
+
+ order allow,deny
+ deny from all
+
+= 2.4>
+ Require all denied
+
diff --git a/system/.htaccess b/system/.htaccess
index dcd95120..d3e2afce 100644
--- a/system/.htaccess
+++ b/system/.htaccess
@@ -1,2 +1,11 @@
-Options -Indexes
-Deny from all
\ No newline at end of file
+
+ Options -Indexes
+
+
+
+ order allow,deny
+ deny from all
+
+= 2.4>
+ Require all denied
+
diff --git a/tools/.htaccess b/tools/.htaccess
new file mode 100644
index 00000000..6bfbfe99
--- /dev/null
+++ b/tools/.htaccess
@@ -0,0 +1,3 @@
+
+ Options -Indexes
+