8 lines
129 B
ApacheConf
8 lines
129 B
ApacheConf
|
# Deny access to everything by default
|
||
|
deny from all
|
||
|
|
||
|
# Only allow access to php files
|
||
|
<Files *.php>
|
||
|
allow from all
|
||
|
</Files>
|