Files
Roman Pyrih 968c7e1248 first commit
2026-04-28 09:27:26 +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>