[SOLVED] Upload .htaccess on php-fpm

Hi,

i’m using nextcloud with nginx and php-fpm. I would like to enable my users to upload .htaccess, using the webUi or webdav.

But .htaccess seems to be blcoked somewhere in the code. I think it should be allowed, or at least configurable somewhere.

Thanks for your replies,
Regards

Just add this line to allow htaccess.

‘blacklisted_files’ => array(),

The line overwrite the restriction written in this file