# Apache 2.4+
<FilesMatch "\.(docx|dotx|doc|docm|dotm)$">
  Require all denied
</FilesMatch>

# لو سيرفرك قديم (Apache 2.2) فعّل هذا بدل اللي فوق:
# <FilesMatch "\.(docx|dotx|doc|docm|dotm)$">
#   Order allow,deny
#   Deny from all
# </FilesMatch>