Hello! Found the problem. Displays system files. How do I fix it? . htaccess files do not work in these folders. This issue is on the official demo site. http://gnhroofing.ca/ispconfig/client/templates/client_edit_address.htm http://demo3.ispconfig.org/client/templates/client_edit_address.htm http://gnhroofing.ca/ispconfig/client/
Thats not critical as everyone can get and see the exact same files by downloading the ispconfig tar.gz file,you can not see any system files that contain sensitive data in these filders as all sensitive files are outside of the web root directory. But I understand that you dont want to display them on your server as list. The reason for the directory listing is that there is somewhere in your apache configuration "Options +Indexes" is set globally for all folders. Check the apache2.conf and httpd.conf files and remove that, then restart apache2. The demo site is not a normal ispconfig installation, it is just the website part installed as a website and not a real ispconfig server install.