questlab/www/analytics/js/.htaccess
2014-04-25 03:56:51 +02:00

17 lines
297 B
ApacheConf

<Files "*">
<IfModule mod_access.c>
Allow from all
Require all granted
</IfModule>
<IfModule !mod_access_compat>
<IfModule mod_authz_host.c>
Allow from all
Require all granted
</IfModule>
</IfModule>
<IfModule mod_access_compat>
Allow from all
Require all granted
</IfModule>
Satisfy any
</Files>