10 lines
152 B
ApacheConf
10 lines
152 B
ApacheConf
|
<Files *>
|
||
|
<IfVersion < 2.3>
|
||
|
Order allow,deny
|
||
|
Deny from all
|
||
|
</IfVersion>
|
||
|
<IfVersion >= 2.3>
|
||
|
Require all denied
|
||
|
</IfVersion>
|
||
|
</Files>
|