.htaccess (in assets) should look like this to work with contao 3: ``` html <IfModule !mod_authz_core.c> Order allow,deny Allow from all </IfModule> <IfModule mod_authz_core.c> Require all granted </IfModule> ```