diff --git a/.htaccess b/.htaccess
index 585273a3a4b..2f07c92af44 100644
--- a/.htaccess
+++ b/.htaccess
@@ -201,12 +201,21 @@
Allow from all
###########################################
-## Deny access to release notes to prevent disclosure of the installed Magento version
+## Deny access to other project files to prevent disclosure of the installed Magento version or other information
+## Only robots.txt and manifest.json should be allowed by default
-
- order allow,deny
- deny from all
-
+
+ Order allow,deny
+ Deny from all
+
+
+ Order allow,deny
+ Deny from all
+
+
+ Order allow,deny
+ Deny from all
+
############################################
## If running in cluster environment, uncomment this