Files
2026-04-13 15:50:16 +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>