4 lines
70 B
ApacheConf
4 lines
70 B
ApacheConf
|
<Files ~ "\.(ini|log|sql)$">
|
||
|
Order Allow,Deny
|
||
|
Deny from All
|
||
|
</Files>
|