8 lines
151 B
ApacheConf
8 lines
151 B
ApacheConf
<Files "*">
|
|
<IfVersion < 2.4>
|
|
Allow from all
|
|
</IfVersion>
|
|
<IfVersion >= 2.4>
|
|
Require all granted
|
|
</IfVersion>
|
|
</Files>
|