6 lines
79 B
ApacheConf
6 lines
79 B
ApacheConf
|
|
# Block direct PHP access
|
|
<Files *.php>
|
|
deny from all
|
|
</Files>
|
|
|