7 lines
78 B
ApacheConf
7 lines
78 B
ApacheConf
# Apache 2.2
|
|
Order Allow,Deny
|
|
Deny from all
|
|
|
|
# Apache 2.4+
|
|
Require all denied
|