Fresh install of NC.
Added Rainloop
Get this warning
Warning!
RainLoop data folder is accessible. Please configure your web server to hide the data folder from external access. Read more here
Added .htaccess in /…data/rainloop-storage/
restarted Apache.
No luck, still same error
How to get rid of the Warning and secure the files
Cheers
[Contents of .htaccess]
Generated by Nextcloud on 2018-05-28 16:45:06
line below if for Apache 2.4
Require all deniedline below if for Apache 2.2
<ifModule !mod_authz_core.c>
deny from all
Satisfy All