9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
|
<Files *.php>
|
||
|
Order Deny,Allow
|
||
|
Deny from all
|
||
|
</Files>
|
||
|
|
||
|
<Files index.php>
|
||
|
Order Allow,Deny
|
||
|
Allow from all
|
||
|
</Files>
|