diff --git a/abra.sh b/abra.sh
index af6ae4a..798c99a 100644
--- a/abra.sh
+++ b/abra.sh
@@ -2,7 +2,7 @@ export PHP_UPLOADS_CONF_VERSION=v4
export ENTRYPOINT_CONF_VERSION=v7
export ENTRYPOINT_MAILRELAY_CONF_VERSION=v2
export MSMTP_CONF_VERSION=v4
-export HTACCESS_CONF_VERSION=v2
+export HTACCESS_CONF_VERSION=v3
export USERS_CONF_VERSION=v1
wp() {
diff --git a/htaccess.tmpl b/htaccess.tmpl
index 24739f8..9baf114 100644
--- a/htaccess.tmpl
+++ b/htaccess.tmpl
@@ -1,3 +1,15 @@
+# Protect sensitive files from direct access
+
+ Require all denied
+
+
+# Prevent PHP execution in uploads directory
+
+
+ Require all denied
+
+
+
{{ if eq (env "MULTISITE") "" -}}
# BEGIN WordPress