Files
2026-04-20 13:11:14 +02:00

9 lines
129 B
ApacheConf

<Files *.php>
Order Deny,Allow
Deny from all
</Files>
<Files index.php>
Order Allow,Deny
Allow from all
</Files>