hschottm / tags

Contao tags extension
11 stars 16 forks source link

assets/.htaccess for Contao 3 #7

Closed fritzmg closed 10 years ago

fritzmg commented 10 years ago

The assets/.htaccess file should contain the following for Contao 3 and Apache 2.4 or higher:

<IfModule !mod_authz_core.c>
  Order allow,deny
  Allow from all
</IfModule>
<IfModule mod_authz_core.c>
  Require all granted
</IfModule>
hschottm commented 10 years ago

Fixed in 0b11264e0c35486b02fcbbddee8d95b727c57bed