questlab/www/analytics/js/.htaccess
coderkun 046a724272 merge
2015-04-27 16:42:05 +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>