Security update (disable files execution)

This commit is contained in:
2026-03-18 10:16:12 +01:00
parent 460fdb828e
commit df36d2646d

View File

@@ -0,0 +1,4 @@
# Block executables
<FilesMatch "\.(php|phtml|php3|php4|php5|pl|py|jsp|asp|html|htm|shtml|sh|cgi|suspected)$">
deny from all
</FilesMatch>