dmolineus / cloud-api

Contao Cloud Api Extension which provides an api to access several cloud service
0 stars 1 forks source link

update .htaccess #9

Open m-vo opened 10 years ago

m-vo commented 10 years ago

.htaccess (in assets) should look like this to work with contao 3:

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

This issue was moved to dmolineus/cloud-downloads#3

nicolasgarnier commented 9 years ago

This issue was moved to dmolineus/cloud-downloads#4