mirror of
https://github.com/cloudmaker97/JTL-Shop-Entwicklungsumgebung.git
synced 2025-12-06 00:48:34 +00:00
19 lines
No EOL
388 B
ApacheConf
19 lines
No EOL
388 B
ApacheConf
<Files *.tpl>
|
|
<IfModule mod_authz_core.c>
|
|
Require all denied
|
|
</IfModule>
|
|
<IfModule !mod_authz_core.c>
|
|
Order Deny,Allow
|
|
Deny from all
|
|
</IfModule>
|
|
</Files>
|
|
|
|
<Files *.php>
|
|
<IfModule mod_authz_core.c>
|
|
Require all denied
|
|
</IfModule>
|
|
<IfModule !mod_authz_core.c>
|
|
Order Deny,Allow
|
|
Deny from all
|
|
</IfModule>
|
|
</Files> |