8 lines
129 B
ApacheConf
Executable File
8 lines
129 B
ApacheConf
Executable File
|
|
#prevent directory browsing -- for security
|
|
IndexIgnore */*
|
|
|
|
<Limit GET POST PUT>
|
|
Order Allow,Deny
|
|
Deny from All
|
|
</Limit> |