phpnuxbill/.htaccess_firewall
2024-03-12 16:39:00 +07:00

9 lines
129 B
Plaintext

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