diff --git a/public/.htaccess b/public/.htaccess
index ef7365142c..f2c92b3005 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -37,6 +37,22 @@
Options -Indexes
-
- Deny from all
-
+# DENY ACCESS TO IIS CONFIG FILE
+
+# Apache 2.2+
+
+
+ Order allow,deny
+ Deny from all
+
+
+
+# Apache 2.4+
+
+
+ Require all denied
+
+
+
+
+