Files
Roman Pyrih 7483681901 first commit
2026-04-21 15:48:41 +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>