psi-4ward / stylepicker4ward

Contao Extensions: Let redakteuers easily select a css-class from a predefined list.
http://de.contaowiki.org/Stylepicker4ward
5 stars 7 forks source link

.htaccess needs to be changed #14

Closed fritzmg closed 10 years ago

fritzmg commented 10 years ago

The .htaccess files in /assets and /public needs to be changed to

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

Otherwise the stylpicker Icon and Info-Popup in the Backend won't work under Contao 3, depending on the server configuration.

psi-4ward commented 10 years ago

fixed in 0ad21cfda47fc39a00b66ab1bd9f688bac5228cb