diff --git a/build/debian/apache/.htaccess b/build/debian/apache/.htaccess
index 21fdbc00cf7..a59829d970b 100644
--- a/build/debian/apache/.htaccess
+++ b/build/debian/apache/.htaccess
@@ -1,17 +1,8 @@
-# To disable access
+# File used to disable access into directory documents
= 2.3>
Require all denied
Order deny, allow
Denied from all
-
-
-# To allow access
-= 2.3>
-Require all granted
-
-
-Order allow, deny
-Allow from all
-
+
\ No newline at end of file