When I open the rainloop admin panel I find the following warning:
RainLoop data folder is accessible. Please configure your web server to hide the data folder from external access. Read more here: https://www.rainloop.net/docs/installation
Could someone help me solve it as I am not getting it, so I know there has to be with .htaccess rules
something like this:
<Location “/usr/local/lscp/cyberpanel/rainloop/data”>
Deny From All
<Directory “/usr/local/lscp/cyberpanel/rainloop/data”>
Require all denied
but it is not working for me when I create .htaccess inside the folder /usr/local/lscp/cyberpanel/rainloop/data