codefog / contao-polls

Contao extension that allows you to manage and create polls
9 stars 9 forks source link

Please update .htaccess file in assets folder for apache 2.4 #6

Closed fatcrobat closed 9 years ago

fatcrobat commented 9 years ago

Old:

order deny,allow
allow from all

New:

<IfModule !mod_authz_core.c>
  Order allow,deny
  Allow from all
</IfModule>
<IfModule mod_authz_core.c>
  Require all granted
</IfModule>

Thanks :)

qzminski commented 9 years ago

Fixed in 1f0fdf1.