Files
Chamilo/main/template/.htaccess
T
2026-03-30 14:10:30 +02:00

7 lines
217 B
ApacheConf

# Deny direct access to template files.
# Templates are loaded by PHP internally via the filesystem, not via HTTP,
# so they never need to be web-accessible.
<FilesMatch "\.tpl$">
Require all denied
</FilesMatch>