diff --git a/plugins/.htaccess b/plugins/.htaccess
index d3e2afce..6bfbfe99 100644
--- a/plugins/.htaccess
+++ b/plugins/.htaccess
@@ -1,11 +1,3 @@
 <IfModule mod_autoindex.c>
 	Options -Indexes
 </IfModule>
-
-<IfVersion < 2.4>
-    order allow,deny
-    deny from all
-</IfVersion>
-<IfVersion >= 2.4>
-    Require all denied
-</IfVersion>