questlab/www/analytics/plugins/.htaccess
2016-04-15 20:06:16 +02:00

8 lines
151 B
ApacheConf

<Files "*">
<IfVersion < 2.4>
Allow from all
</IfVersion>
<IfVersion >= 2.4>
Require all granted
</IfVersion>
</Files>